aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2019-08-01 19:51:51 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:55 +0200
commit5bbf6e08ea20c0a443d0caedce4cbdf479099f8a (patch)
tree66cfd4da89c5a3573f79765630b2388e75a61281 /README.md
parentfaba2972543b2a647dcb44f03a3643fe988d770f (diff)
Update readme, remove distributed packages
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 3 insertions, 5 deletions
diff --git a/README.md b/README.md
index 4d7cf0f..7e964fb 100644
--- a/README.md
+++ b/README.md
@@ -28,12 +28,10 @@ List of packages can be found at https://gitlab.com/DEC05EBA/sibs_packages/raw/m
Linux is the primary platform, the platform which master branch is guaranteed to compile on.
# Installation
-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 MacOS, OpenBSD and Haiku you need to install from source by running install.sh under cmake directory.
-On Linux you can install from source by running install.sh under cmake directory or if you are using Arch Linux you can use the PKGBUILD under distribute/arch_linux. You can also use prebuild package under distribute/linux_x86_64 if you are running on x86_64 machine.
+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 (OUTDATED, build from source).
+On Linux, MacOS, OpenBSD and Haiku you need to install 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/<platform>/release/sibs.exe`).
-For easiest usage of sibs under windows, add msvc subdirectory to PATH environment variable. msvc subdirectory also contains additional libraries and software that is needed for sibs to run
-with the only missing software being cmake.
+For easiest usage of sibs under windows.
Dependencies that are required to build sibs from source are:
`libcurl, libarchive, libgit2, curl`