mirror of
https://codeberg.org/scip/dbtool.git
synced 2025-12-19 04:10:58 +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
|
sudo ninja -C install
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf build dbtool*core* dbtool.1 test.db clean
|
rm -rf build dbtool*core* dbtool.1 test.db
|
||||||
|
|
||||||
test:
|
test:
|
||||||
@.woodpecker/test.sh
|
@.woodpecker/test.sh
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ data and speed.
|
|||||||
You need either the GNU gdbm library or the Berkeley database
|
You need either the GNU gdbm library or the Berkeley database
|
||||||
system. You can find gdbm at:
|
system. You can find gdbm at:
|
||||||
http://www.gnu.org/software/gdbm/gdbm.html
|
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/.
|
You will also need `meson` and `ninja`: https://mesonbuild.com/.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user