Signed-off-by: Frater <frater@nox-rhea.org>

This commit is contained in:
D'Hulster Thierry 2016-08-01 18:53:46 +02:00
commit 51ebeb3627
3 changed files with 1051 additions and 0 deletions

33
.gitignore vendored Normal file
View 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

View file

@ -45,6 +45,14 @@ Visual Studio project and send a patch!
Building Building
======== ========
Dependancies
------------
# sudo apt-get install qt4-qmake
Building
--------
Run "make" in the src subdirectory. If the supplied Makefile doesn't work, 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: you can either fix it or use tmake to generate a makefile for your platform:

1010
src/Makefile Normal file

File diff suppressed because it is too large Load diff