[ Forum ]
Compilation under ubuntu like
1 post
• Page 1 of 1
Compilation under ubuntu like
For do it, you need:
Download and uncompress source, and after do:
You make language file:
You compil:
After run application in same path as source.
sudo apt-get install qt4-dev-tools build-essential dev-tools qt4-dev qt4-qmake
Download and uncompress source, and after do:
cd /path/of/sources/
You make language file:
lrelease lang/en.ts;lrelease lang/fr.ts;lrelease lang/es.ts
You compil:
qmake;make
After run application in same path as source.
-

alpha_one_x86 - Site Admin
- Posts: 325
- Joined: Sun Oct 26, 2008 9:09 am
1 post
• Page 1 of 1
