aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2018-09-21 17:55:22 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:33 +0200
commit8fdc481d78a0426f6dbf235e872c3798ec57251e (patch)
treedb972138c0a550640170b6bac76ca5ba92e89b7e /README.md
parent12de0a5d9e4ffe14950d90a1aaf05f006dc3af5f (diff)
Replace github links with gitlab links in readme
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 98cd766..7cc8ae8 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,7 @@ then tests wont run. This should be fixed later...
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
+List of packages can be found at https://gitlab.com/DEC05EBA/sibs_packages/raw/master/packages.json
# 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 Linux you need to build from source by running install.sh under cmake directory.
@@ -105,7 +105,7 @@ Optional. A list of directories to ignore. This means that if the ignored direct
Optional. A list of dependencies which are specified in name-value pairs where the name is the name of the dependency, which should match the dependency name under the packages name specified in its project.conf file.
Currently, the value is the version and has to be an exact match for the package version, which is specified in the dependencies project.conf file.
This will later change and you should be able to choose minimum version and range of versions.
-Dependencies are automatically choosen from system (linux, mac) or if no package manager exists, then it's download from an url (see https://github.com/DEC05EBA/sibs_packages).
+Dependencies are automatically choosen from system (linux, mac) or if no package manager exists, then it's download from an url (see https://gitlab.com/DEC05EBA/sibs_packages).
The dependency can also be a git project, in which case it will have the fields 'git' and optionally 'branch' and 'revision'.
'git' specifies the url to the git repository, 'branch' is the git branch that should be used - defaults to 'master'.
'revision' is the git revision to checkout, defaults to 'HEAD' (latest commit).