Signed-off-by: Frater <frater@nox-rhea.org>
This commit is contained in:
parent
d8d4f1a2bb
commit
51ebeb3627
3 changed files with 1051 additions and 0 deletions
33
.gitignore
vendored
Normal file
33
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
# Prerequisites
|
||||
*.d
|
||||
|
||||
# Compiled Object files
|
||||
*.slo
|
||||
*.lo
|
||||
*.o
|
||||
*.obj
|
||||
|
||||
# Precompiled Headers
|
||||
*.gch
|
||||
*.pch
|
||||
|
||||
# Compiled Dynamic libraries
|
||||
*.so
|
||||
*.dylib
|
||||
*.dll
|
||||
|
||||
# Fortran module files
|
||||
*.mod
|
||||
*.smod
|
||||
|
||||
# Compiled Static libraries
|
||||
*.lai
|
||||
*.la
|
||||
*.a
|
||||
*.lib
|
||||
|
||||
# Executables
|
||||
*.exe
|
||||
*.out
|
||||
*.app
|
||||
|
||||
|
|
@ -45,6 +45,14 @@ Visual Studio project and send a patch!
|
|||
Building
|
||||
========
|
||||
|
||||
Dependancies
|
||||
------------
|
||||
|
||||
# sudo apt-get install qt4-qmake
|
||||
|
||||
Building
|
||||
--------
|
||||
|
||||
Run "make" in the src subdirectory. If the supplied Makefile doesn't work,
|
||||
you can either fix it or use tmake to generate a makefile for your platform:
|
||||
|
||||
|
|
|
|||
1010
src/Makefile
Normal file
1010
src/Makefile
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue