|
19 | 19 | * Build both the cli and Qt versions
|
20 | 20 | * Run the cli version and recreate the `bibref-addbooks-cache` folder to have it up-to-date
|
21 | 21 | * Remove `qt/bin/` if it exists
|
22 |
| -* Change working directory to `qt/` |
| 22 | +* Change working directory to `qt/` |
23 | 23 | * Run `./deploy-mac` by adding the Qt build folder and the `bibref-addbooks-cache` folder locations as parameters
|
24 | 24 | * Get `bin/bibref-qt.dmg` and share it on GitHub/Releases later
|
25 | 25 |
|
|
28 | 28 | * Pull the newest version (via Windows Git)
|
29 | 29 | * Build the Qt version (via MSYS2/MINGW64)
|
30 | 30 | * Run the Qt version and recreate the `bibref-addbooks-cache` folder by selecting File > Add books,
|
31 |
| - check if it is indeed in the Qt build folder; this ensures to have the cache up-to-date |
| 31 | + check if it is indeed in the Qt build folder; this ensures to have the cache up-to-date. |
| 32 | + If the Qt version does not start (in some exotic cases it may not find some libraries), then |
| 33 | + copy the `bibref-addbooks-cache` folder from a working platform in the build folder |
32 | 34 | * Change working directory to `qt/`.
|
33 | 35 | * Run the `./create-windows-folder` script and add the build folder as parameter
|
34 | 36 | * Run the `./create-windows-zip` script
|
|
38 | 40 |
|
39 | 41 | ## Web
|
40 | 42 |
|
41 |
| -* Pull the newest version (via Windows Git) |
| 43 | +* Pull the newest version |
42 | 44 | * Build the native version
|
43 |
| -* Run the cli version and recreate the `bibref-addbooks-cache` folder to have it up-to-date |
44 |
| -* Remove the file `bibref.data` from the build folder of the web version |
| 45 | +* Run the cli version (from the main folder) and recreate the `bibref-addbooks-cache` folder to have it up-to-date |
| 46 | +* Remove the file `bibref.data` from the build folder of the web version (if it already exists) |
45 | 47 | * Build the web version and install it
|
46 | 48 | * Copy the folder `html-output` from the web build folder over the public web folder,
|
47 | 49 | rename `index.html` to `index-midi.html` and put a symlink `index.html` to `index-jt-dt.html`
|
0 commit comments