Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
solverstack
vite
Commits
547fd291
Commit
547fd291
authored
Jan 30, 2009
by
Olivier Lagrasse
Browse files
Fichier README pour expliquer l'installation des bibliotheques de Qt pour la compilation
parent
9306b5e9
Changes
1
Hide whitespace changes
Inline
Side-by-side
interface/README
0 → 100644
View file @
547fd291
To compile the interface code source :
Visit : http://www.qtsoftware.com/downloads/opensource/appdev and download the development files for your operating system.
For Debian/Ubuntu users, you can use apt-get :
sudo apt-get install libqt4-dev libqt4-opengl-dev
Then, until Qt development files are installed, you can compile ViTE :
make rebuild -> the first time you compile the project. Compiled files are placed in "bin" folder.
make -> if you have ever done "make rebuild". Compiled files are placed in "bin" folder.
make tests -> to compile test files. Compiled files are placed in "bin" folder.
make debugs -> to compile ViTE with debug informations. Compiled files are placed in "debug" folder.
make clean -> remove files generated by the compiler.
/!\ WARNING : use "make debugs" or "make tests" with a "s" and NOT "make debug" or "make test" !
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment