Source code for update 5 of Xournal
I already promised a few times that I would post the code of my Xournal-port with all the updates in the forum. So finaly here it is. The code belongs to the update 5 posted a few days ago.
If you want to try for your self (I assume that you have installed Ajunta+poky):
- Unpack the sources (this gives some error, but the files seem to be there?)
- Start the Anjuta project
- Check if Poky plug-in is enabled (Edit->Preferences Installed Plugins, poky should be marked)
I might have removed too many temp files so:
- Build->Run Autogenerate... (no parameters)
- Build-> Run Configure... (use --prefix=/usr/local as parameter)
And then build
- Build->Build Project
and use emulator
- Tools->Start QEMU (this will take some time)
- Tools->Deploy
If you make changes try to keep the structure of the files as they are now, so new updates from the original author can easily be merged.
|