aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-07-20 10:06:25 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:32 +0200
commit9f8a0848351f35e80e9efb73427f27687daa9500 (patch)
tree496694061895d060a5531ce8c5cad2fd31a47566 /README.md
parent3c9ff412393d438d688944d89d9b6e86051d901a (diff)
Update readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 46c362d..171e0fb 100644
--- a/README.md
+++ b/README.md
@@ -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.