diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-07-20 10:01:02 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2020-07-06 07:39:32 +0200 |
commit | 3c9ff412393d438d688944d89d9b6e86051d901a (patch) | |
tree | 91264b2be0d726e01e7a2244b743e9928b7f0d22 | |
parent | 12940d8a48c8df2e1a3f5700dc9e46338c37084c (diff) |
Update readme with more installation info
-rw-r--r-- | README.md | 9 |
1 files changed, 6 insertions, 3 deletions
@@ -7,9 +7,12 @@ The CMakeLists.txt is only for development purpose and only compiles on linux. List of packages can be found at https://github.com/DEC05EBA/sibs_packages/blob/master/packages.json # Installation -Newest version of sibs builds itself. If you don't already have sibs installed, you need to download latest release first: https://github.com/DEC05EBA/sibs/releases -After you've download the latest release, you can install it by running install.sh (or use sibs.exe if you are on windows). -When you have sibs installed, you can install latest version of sibs by running install.sh if you are on Linux. New install script uses sibs. +Newest version of sibs builds itself. If you don't already have sibs installed and you are using Windows then you can find prebuilt binary under msvc folder. +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` # 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. |