Ai
1 Star 0 Fork 0

Embedded lib/fuzzylite

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
INSTALL 1.17 KB
一键复制 编辑 原始数据 按行查看 历史
jcrada 提交于 2014-07-29 19:29 +08:00 . Compiling using Clang. INSTALL instructions.
INSTALL
=======
(1) Make sure you uninstall previous versions of fuzzylite from your computer.
(2) The following building script is available in folder `fuzzylite/fuzzylite/`:
```
#In Windows,
> build.bat help
Usage: build.bat [options]
where [options] can be any of the following:
all builds fuzzylite in debug and release mode (default)
debug builds fuzzylite in debug mode
release builds fuzzylite in release mode
clean erases previous builds
help shows this information
#In Unix, from fuzzylite/fuzzylite
$ ./build.sh help
Usage: [bash] ./build.sh [options]
where [options] can be any of the following:
all builds fuzzylite in debug and release mode (default)
debug builds fuzzylite in debug mode
release builds fuzzylite in release mode
clean erases previous builds
help shows this information
```
(3) After executing the script, the binaries will be built and stored in sub-folders `release/bin` and `debug/bin`
For more advanced building options, please check the contents of `fuzzylite/fuzzylite/build.[bat|sh]` and the contents of `fuzzylite/fuzzylite/CMakeLists.txt`.
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/embedded-lib/fuzzylite.git
git@gitee.com:embedded-lib/fuzzylite.git
embedded-lib
fuzzylite
fuzzylite
development

搜索帮助