Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Seitosh
software-for-seismometry-linux
Commits
544d2b9e
Commit
544d2b9e
authored
Oct 05, 2016
by
thomas.forbriger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
master [TASK][DOC]: describe make variables being used
parent
f63b3141
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
36 additions
and
0 deletions
+36
-0
INSTALL.md
INSTALL.md
+36
-0
No files found.
INSTALL.md
0 → 100644
View file @
544d2b9e
How to install Software for Seismometry (Linux)
===============================================
Quick guide
-----------
Compilation for some of the programs is supported by a Makefile.
Just run
make all
Detailed instructions
---------------------
The main
[
Makefile
](
Makefile
)
delegates compilation to
[
software/Makefile
](
software/Makefile
)
, where rules for the compilation and
installation of binary executables and additional shell scripts are setup.
The rules make use of some environment variables in order to find the location
where files are to be installed and to identify local compilers.
They are a subset of the variables used by
[
Seitosh
](
http://git.scc.kit.edu/Seitosh/Seitosh
)
.
Defaults are set in
[
Makefile
](
Makefile
)
and can be overwritten by variables
exported from the shell's environment.
### make variables
Currently the Makefile sets defaults for three variables.
#### `LOCBINDIR`
Defines the destination path for the installation of binary executables.
The default is directory
`bin`
in the projects root directory.
#### `LOCSCRIPTDIR`
Defines the destination path for the installation of shell scripts.
The default is directory
`bin`
in the projects root directory.
#### `FC`
Defines the Fortran compiler to be used.
The default is
`gfortran`
.
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