Skip to content

Commit 7f06092

Browse files
committed
Add meson, conan and Qt Build Suite tools
1 parent 0283fd3 commit 7f06092

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

02-Use_the_Tools_Available.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,15 @@ Use an industry standard widely accepted build tool. This prevents you from rein
1919
* [CMake](http://www.cmake.org/)
2020
* Consider: https://github.com/sakra/cotire/ for build performance
2121
* Consider: https://github.com/toeb/cmakepp for enhanced usability
22-
* [Biicode](https://www.biicode.com/)
22+
* [Conan](https://www.conan.io/) - a crossplatform dependency manager for C++
2323
* [Waf](https://waf.io/)
2424
* [FASTBuild](http://www.fastbuild.org/)
2525
* [Ninja](https://martine.github.io/ninja/) - can greatly improve the incremental build time of your larger projects. Can be used as a target for CMake.
2626
* [Bazel](http://bazel.io/) - Note: MacOS and Linux only.
2727
* [gyp](https://chromium.googlesource.com/external/gyp/) - Google's build tool for chromium.
2828
* [maiken](https://github.com/Dekken/maiken) - Crossplatform build tool with Maven-esque configuration style.
29+
* [Qt Build Suite](http://doc.qt.io/qbs/) - Crossplatform build tool From Qt.
30+
* [meson](http://mesonbuild.com/index.html) - Open source build system meant to be both extremely fast, and, even more importantly, as user friendly as possible.
2931

3032
Remember, it's not just a build tool, it's also a programming language. Try to maintain good clean build scripts and follow the recommended practices for the tool you are using.
3133

0 commit comments

Comments
 (0)