aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2020-07-04 20:07:20 +0200
committerdec05eba <dec05eba@protonmail.com>2020-07-06 07:39:58 +0200
commit444b5725b125e5154a571a1542cbb5a7ca58e29b (patch)
tree235669d9a7eac7da9055f5121efc7ac3abdb2dd2 /README.md
parent804a30bffb5b66b3ee58c30fe5641d27b083b6fb (diff)
Fix sanitizers (and tests) by allowing to specify which sanitizer to use. Its not possible to use all of them at the same time
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.md b/README.md
index 5d1db06..6feace7 100644
--- a/README.md
+++ b/README.md
@@ -32,9 +32,9 @@ Use `sibs init` to create a project, which includes a config file to get started
and run the binary under `sibs-build/<platform>/debug/<executable_name>`.
### Supported platforms
-|Linux|Windows(1)|MacOS|OpenBSD|Haiku|... |
-|-----|----------|-----|-------|-----|------|
-|✓ |✓ |✓ |✓ |✓ |TBD(2)|
+|Linux|Windows(1)|MacOS|OpenBSD |Haiku|(Webassembly) Emscripten |... |
+|-----|----------|-----|--------|-----|---------------------------|------|
+|✓ |✓ |✓ |✓ |✓ |✓ |TBD(2)|
(1). Msvc, mingw-w64 and cygwin are supported. Cygwin is defined as a linux platform while mingw-w64 is defined as a windows system.\
(2). Sibs is intended to work on as many platforms as possible, you can help by porting sibs to another platform. Should only be minor changes if the platform is unix-like.
@@ -171,7 +171,7 @@ These are examples of the version string format:
# Version above 1.0 but less or equal to 1.3.2
>1 and <=1.3.2
```
-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).
+Dependencies are automatically choosen from system (linux, mac) or if no package manager exists, then it's download from an url (see https://git.dec05eba.com/sibs-packages/plain/packages.json).
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).