aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--TODO4
2 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index c2661c2..80dc2b7 100644
--- a/README.md
+++ b/README.md
@@ -63,7 +63,7 @@ Linux is the primary platform, the platform which master branch is guaranteed to
## Posix (Linux, MacOS, OpenBSD, Haiku)
Run `./cmake/install.sh` as root user.
## Arch Linux
-On Arch Linux, sibs can alternatively be found on aur under the name `sibs-git` (`yay -S sibs-git`).
+On Arch Linux, sibs can alternatively be found on aur under the name `sibs` (`yay -S sibs`).
## Windows
Use vcpkg to install the required dependencies and then generate visual studio (or another system) build files using CMakeLists.txt
# Usage
diff --git a/TODO b/TODO
index a34a75c..4e6818c 100644
--- a/TODO
+++ b/TODO
@@ -1,3 +1,5 @@
[dependencies] should automatically download dependency from vcpkg if available. This is useful for windows.
Static libraries with dependencies should propagate their dependencies upwards to the first non-static library.
-If a dependency uses a c/c++ version newer than our project then give a compile error, or automatically upgrade our package version to the max version of the dependencies (and our project version). \ No newline at end of file
+If a dependency uses a c/c++ version newer than our project then give a compile error, or automatically upgrade our package version to the max version of the dependencies (and our project version).
+
+_GLIBCXX_ASSERTIONS=1