Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
IFOS2D
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
4
Issues
4
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Operations
Operations
Incidents
Environments
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
GPIAG-Software
IFOS2D
Commits
02cfa44c
Commit
02cfa44c
authored
Oct 23, 2015
by
thomas.forbriger
Browse files
Options
Browse Files
Download
Plain Diff
[MERGE] (master|GPIAG/master): merge upstream master
Merge remote-tracking branch 'GPIAG/master'
parents
c36f3976
f2a67970
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
31 deletions
+12
-31
.gitignore
.gitignore
+5
-22
INSTALL
INSTALL
+7
-9
No files found.
.gitignore
View file @
02cfa44c
...
...
@@ -12,6 +12,11 @@ manual_DENISE.pdf
*.bin*
*.su*
LOG_FILE.*
*.vp*
*.vs*
*.rho*
*.div*
*.rot*
### C ###
# Object files
...
...
@@ -325,25 +330,3 @@ local.properties
# TeXlipse plugin
.texlipse
### CMake ###
CMakeCache.txt
CMakeFiles
CMakeScripts
Makefile
cmake_install.cmake
install_manifest.txt
### premake-gmake ###
Makefile
*.make
obj/
*.vp*
*.vs*
*.rho*
*.div*
*.rot*
INSTALL
View file @
02cfa44c
...
...
@@ -2,24 +2,22 @@ INSTALL for DENISE
==================
A detailed installation instruction is provided in the chapter 5 of the
documentation (manual_DENISE.pdf).
documentation (DENISE/doc/manual_DENISE.pdf). If the manual is not compiled,
please use the script DENISE/doc/compile_LaTeX_manual.sh
Before compiling the main program DENISE you have to compile the required
additional libraries. In the DENISE/par directory simply use the shell script
To compile DENISE a MAKEFILE is available in the DENISE/par directory. To
use the MAKEFILE type
./compileLIBRARIES.sh
make
which should install the following libraries:
in the DENISE/par directory. The MAKEFILE compiles the additional libaries
lib cseife
lib stfinv
lib aff
lib fourier
To compile the program DENISE you can use the shell script located in the
Directory DENISE/par:
./compileDENISE.sh
before compiling the main program DENISE.
-------------------------------------------
...
...
Write
Preview
Markdown
is supported
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