mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-18 11:50:57 +01:00
Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b836a4e75d | |||
| a4a3cd470f | |||
|
|
f2137627d7 |
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ install: all
|
||||
sudo ninja -C install
|
||||
|
||||
clean:
|
||||
rm -rf build dbtool*core* dbtool.1 test.db
|
||||
rm -rf build dbtool*core* dbtool.1 test.db clean
|
||||
|
||||
test:
|
||||
@.woodpecker/test.sh
|
||||
|
||||
@@ -17,7 +17,7 @@ data and speed.
|
||||
You need either the GNU gdbm library or the Berkeley database
|
||||
system. You can find gdbm at:
|
||||
http://www.gnu.org/software/gdbm/gdbm.html
|
||||
And the berkeley library at: http://www.sleepycat.com.
|
||||
And the berkeley library at: https://libdb.org/.
|
||||
|
||||
You will also need `meson` and `ninja`: https://mesonbuild.com/.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user