mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-18 20:00:57 +01:00
Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d2ff570dd0 | |||
| df8b4349c2 | |||
| 859ee51b34 | |||
| f37954d6a3 | |||
| f604b51d72 | |||
| 22ac094680 |
2
Makefile
2
Makefile
@@ -10,7 +10,7 @@ install: all
|
||||
sudo ninja -C install
|
||||
|
||||
clean:
|
||||
rm -rf build dbtool*core* dbtool.1 test.db clean
|
||||
rm -rf build dbtool*core* dbtool.1 test.db
|
||||
|
||||
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: https://libdb.org/.
|
||||
And the berkeley library at: http://www.sleepycat.com.
|
||||
|
||||
You will also need `meson` and `ninja`: https://mesonbuild.com/.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user