Fixup static libraries in development server

This commit is contained in:
Janne Heß
2025-08-02 13:52:35 +02:00
committed by ahuston-0
parent f9d7629f95
commit 15e742c8c2
3 changed files with 8 additions and 12 deletions

View File

@@ -81,6 +81,8 @@ You can use the provided shell.nix to get a working development environment:
```
$ nix develop
$ ln -svf ../../../build/src/bootstrap src/root/static/bootstrap
$ ln -svf ../../../build/src/fontawesome src/root/static/fontawesome
$ ln -svf ../../../../build/src/flot src/root/static/js/flot
$ meson setup build
$ ninja -C build
```