From 9f8a0848351f35e80e9efb73427f27687daa9500 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Fri, 20 Jul 2018 10:06:25 +0200 Subject: Update readme --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3