I checked out latest version but compile script does not work. I'm on Kubuntu 12.04 LTS.
$ ./compile.sh
compile.sh: Two Java installations were found:
[0] /usr/lib/jvm/java-7-openjdk-i386
[1] /usr/lib/jvm/java-6-openjdk
Please pick one of these (default is [0]):
compile.sh: [II]JAVA_HOME='/usr/lib/jvm/java-7-openjdk-i386'
compile.sh: [II] Now compiling...
joxy_utils_JoxyGraphics.cpp:6:30: fatal error: QtGui/QApplication: No such file or directory
compilation terminated.
compile.sh: [EE] Compiling not succesfull. Please check g++ output or Joxy wiki.
Do you maybe have advice for me, e.g. what package must I install to make it work?
Thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I think the package you are missing is libqt4-dev.
I see that we didn't mention it in the documentation, we will add it soon. Thank you for bringing this to our attention. :-)
Willem
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
I checked out latest version but compile script does not work. I'm on Kubuntu 12.04 LTS.
Do you maybe have advice for me, e.g. what package must I install to make it work?
Thank you
Hello,
I think the package you are missing is libqt4-dev.
I see that we didn't mention it in the documentation, we will add it soon. Thank you for bringing this to our attention. :-)
Willem
Perfect, problem solved.
Thanks Willem!