diff options
author | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:15:59 +0200 |
---|---|---|
committer | Jonas Smedegaard <dr@jones.dk> | 2025-05-01 02:18:01 +0200 |
commit | 94f7348c379f16036e67dce1ad94be274fc84ec8 (patch) | |
tree | 8c268fc147e275efc020a4fec963d7feb5f6ef9c /README.md | |
parent | a17f4b5b8279488e5c9682b31f0c2d40a6080fbb (diff) |
add/update build and zip generation routines
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -18,6 +18,20 @@ Bachelorizer is publicly available as [source]. [source]: <https://app.radicle.xyz/nodes/seed.radicle.garden/rad:z3Xeo1Wg65SQAhD6QFTtVWQmjVHJU> "Web instance of sources for Bachelorizer" +## Database creation + +The database file `identifier.sqlite` needed by the program +can be created on a linux system using the command-line tool `sqlite3` +with the following command: + +```shell +sqlite3 identifier.sqlite < database.txt +``` + +Since Intellij executes from a different directory than from commandline, +the generated database file is then copied +into the directory `src/dk.biks.bachelorizer`. + ## Code execution The code has only been verified to work from command-line |