Closed Algram closed 9 years ago
you need to install, valac 0.26 or greater, libgtk+-3.0-dev, g++ and build-essentials (or what ever is fedora's version of it)
basically you are just missing the required programs to build MarkMyWords.
Oh, yeah I installed a few packages and it built successfully now. When I try to start I get this error, though:
./mark-my-words
(mark-my-words:12469): GLib-GIO-ERROR **: Settings schema 'org.markmywords.settings' is not installed
Trace/Breakpoint ausgelöst (Speicherabzug geschrieben)
you have to do sudo make install
as the schema needs to be installed in the system.
It can be done alternatively by copying the schema from MarkMyWords/schema/org.markmywords.gschema.xml
to /usr/share/glib-2.0/schemas/
and then executing
sudo glib-compile-schemas /usr/share/glib-2.0/schemas/
I'm so derpy today. Of course that did it! Thank you very much! :)
your welcome, i really hope someone helps me setup packaging for fedora.
Hello, when I try to compile your awesome piece of art in Fedora 21, I get the following Error:
Thank you very much!