We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently the README is very short.
Currently building is trivial through meson, but adding a few sentences about it wouldn't hurt.
Running the examples doesn't work out of the box. E.g. trying to run ./build/examples/cubes-gtk3 from the main directory fails with the error:
./build/examples/cubes-gtk3
** (cubes-gtk3:36003): ERROR **: 20:18:53.885: could not load crate.gif [1] 36003 trace trap (core dumped) ./build/examples/cubes-gtk3
The text was updated successfully, but these errors were encountered:
To answer my own question and after delving into the meson.bulid file. To run the examples do the following:
meson --reconfigure --prefix=/tmp/local build ninja -C build install
Sorry, something went wrong.
Thank you @dov , that is helpful indeed!
BTW I’ve also changed meson default option from gtk3 to gtk4
No branches or pull requests
Currently the README is very short.
Currently building is trivial through meson, but adding a few sentences about it wouldn't hurt.
Running the examples doesn't work out of the box. E.g. trying to run
./build/examples/cubes-gtk3
from the main directory fails with the error:The text was updated successfully, but these errors were encountered: