Re: Eu4Qt on Linux
- Posted by jmduro Dec 14, 2014
- 1552 views
Jerome said...
Good find! So on Ubuntu I did:
sudo apt-get install libtidy-0.99-0 nm -D /usr/lib/libtidy.so | grep 'prvTidyinitFileSource' -> 000000000003bc30 T prvTidyinitFileSource nm -D /usr/lib/libtidy.so | grep 'prvTidyfreeFileSource' -> 000000000003bbf0 T prvTidyfreeFileSource
So did I, but yet I'm stuck.
Jerome said...
Ok, thanks! I'll keep this in mind for the future! Eu4Qt builds now and the demos seem to be working!
How did you get it built? I can easily install missing QT packages with apt-get, but to compile sources I'm used to the classical .configure;make;make install sequence which is missing here.
I understand that existence of a .pro file seems to make evidence for a lot of people who know what to do with it, but I don't. What am I supposed to do to build this library with that edited .pro file on Linux?
Regards
Jean-Marc