Fix build advice in README
This commit is contained in:
parent
852cbfc1fb
commit
84ea557696
3
README
3
README
|
@ -63,6 +63,9 @@ Next you build the actual program by doing:
|
||||||
cd _build
|
cd _build
|
||||||
ninja
|
ninja
|
||||||
|
|
||||||
|
> Note that there is a bug with the current heckimp in dealing with the about dialog. To fix it, wait until
|
||||||
|
> ninja dies in the fist build, and then `echo > app/dialogs/authors.h` and then run `ninja` again.
|
||||||
|
|
||||||
Then if successful, install with
|
Then if successful, install with
|
||||||
|
|
||||||
sudo ninja install
|
sudo ninja install
|
||||||
|
|
Loading…
Reference in New Issue