This commit is contained in:
pls.153 2023-11-07 18:06:08 +01:00
parent 1886614c3e
commit a5af331a8d

View file

@ -55,8 +55,8 @@ $ qt-runner lqml run.lisp
``` ```
For your final apps, just compile them in `build/`, rename `app` accordingly For your final apps, just compile them in `build/`, rename `app` accordingly
and copy it under e.g. `/usr/local/bin/`. Since the executables contain all and copy it under `/usr/bin/`. Since the executables contain all resources,
resources, nothing else needs to be installed. nothing else needs to be installed.
If you want to run a compiled but not installed app, you need to pass the path: If you want to run a compiled but not installed app, you need to pass the path:
``` ```