diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-07-20 10:06:25 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:32 +0200 |
commit | 9f8a0848351f35e80e9efb73427f27687daa9500 (patch) | |
tree | 496694061895d060a5531ce8c5cad2fd31a47566 | |
parent | 3c9ff412393d438d688944d89d9b6e86051d901a (diff) |
Update readme
-rw-r--r-- | README.md | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -11,8 +11,10 @@ Newest version of sibs builds itself. If you don't already have sibs installed a On Linux you need to build from source by running install.sh under cmake directory. After you've installed sibs once, you can install new versions by running install.sh (or use `sibs.exe build --release` if you are on windows, and sibs binary will be located under sibs-build/release/sibs.exe). -Dependencies that are required to build sibs from source are: -`libcurl, libarchive, libgit2` +Dependencies that are required to build sibs from source are: +`libcurl, libarchive, libgit2` + +`Ninja (build system)` needs to be installed on the system to be able to build projects. CMake can be required for some projects that uses cmake files to build project instead of sibs. # IDE support Sibs generates a compile_commands.json in the project root directory when executing `sibs build` and tools that support clang completion can be used, such as YouCompleteMe. There are several editors that support YouCompleteMe, including Vim, Emacs and Visual Studio Code. |