Skip to content
Snippets Groups Projects
Commit 9f702d51 authored by Chad Hanna's avatar Chad Hanna
Browse files

gstlal_main.md: add installation blurb

parent 2f65fb8f
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,18 @@
- Release tar balls and some binary packages are available <a href=https://www.lsc-group.phys.uwm.edu/daswg/download/repositories.html>here</a>.
- Installation. This follows the normal GNU buildsystem procedures involving 1) ./00init.sh 2) ./configure 3) make 4) make install. You should build the packages in order of gstlal, gstlal-ugly, gstlal-calibration, gstlal-inspiral. If you ar building to a non FHS place (e.g. your home directory) you will need something like the following environment to be set before building and when using the software. Please make sure your environment is sane and cruft free otherwise.
# This is an install prefix that does not get used anywhere but this script, it is not exported !!!
INSTALLPATH=/home/channa/gstlocal
# These are environment variables that do get exported
PATH=${INSTALLPATH}/bin:$PATH
PKG_CONFIG_PATH=${INSTALLPATH}/lib/pkgconfig:${INSTALLPATH}/lib/pkgconfig:$PKG_CONFIG_PATH
PYTHONPATH=${INSTALLPATH}/lib/python2.6/site-packages:${INSTALLPATH}/lib/python2.6/site-packages:$PYTHONPATH
GST_PLUGIN_PATH=${INSTALLPATH}/lib/gstreamer-0.10:${GST_PLUGIN_PATH}
export PATH PKG_CONFIG_PATH PYTHONPATH GST_PLUGIN_PATH
### Making fake data
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment