diff options
author | dec05eba <dec05eba@protonmail.com> | 2017-12-28 17:14:04 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2017-12-28 17:15:53 +0100 |
commit | 22d522f6cd09e2c5f1678a0479be5dc19ca1eb15 (patch) | |
tree | 0cb6fc7733e8d4ccc9e67724e7fc2be56b2ae9fb /src | |
parent | 1f583ebb6e3973c992d59886659bf53ff87f41de (diff) |
Replace cmake with sibs. Sibs builds itself now
If you dont already have sibs to build sibs, download first release:
https://github.com/DEC05EBA/sibs/archive/0.1.0.tar.gz
Then you can install new version of sibs
Diffstat (limited to 'src')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp index 0f20ea0..c9b1fe2 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -20,6 +20,8 @@ using namespace sibs; // TODO: Places that use PATH_MAX should be modified. A path CAN be longer than PATH_MAX... (does this include replacing tinydir.h?) +// TODO: Remove install.sh when sibs supports installation of packages (so it can install itself) + void usage() { printf("Usage: sibs COMMAND\n\n"); |