As a note to self, and as a possible help for others that like to use iqnotes on their desktop as well but have some issues in understanding the things that are written above, a few notes on how to compile the program. I did it on an (old) machine running Ubuntu 9.04. As I'm relatively new to linux on the desktop, I may be too detailed for the real cracks.
Steps are:
-download the sources from
berlios.de, to a directory say Documents/Downloads/IqNotes
-extract the sources "to here" (right mouse click)
-open a terminal window.
-I directly cd-ed into the folder Documents/Downloads/IqNotes/iqnotes-2.1.0rc1/iqnotes
-install g++:
sudo apt-get install g++
-install qt3 development tools:
sudo apt-get install qt3-dev-tools
-run qmake:
qmake -o Makefile iqnotes.pro
-run make:
make
---wait---
done.
The executable iqnotes is in the bin subfolder.
There is one issue left: where to put the pictures of all menu's and buttons? The README.DESKTOP file is not clear about that. It says to create a folder according to the IQNOTES_PICDIR macro. I seem to not get that... If there is anyone with more info on that, please complete.
But now I have a working iqnotes on desktop. If only I could have it on a windowz-box...
See you,
MaBo