Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
gstlal
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Duncan Macleod
gstlal
Commits
ecbb504d
Commit
ecbb504d
authored
6 years ago
by
Chad Hanna
Browse files
Options
Downloads
Patches
Plain Diff
NEW DOC
parent
df917fb1
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/Makefile
+1
-1
1 addition, 1 deletion
doc/Makefile
doc/source/getting-started.rst
+30
-1
30 additions, 1 deletion
doc/source/getting-started.rst
doc/source/index.rst
+1
-5
1 addition, 5 deletions
doc/source/index.rst
with
32 additions
and
7 deletions
doc/Makefile
+
1
−
1
View file @
ecbb504d
...
...
@@ -11,7 +11,7 @@ gstlal-calibration-modules :
# sphinx-apidoc -o source/gstlal-burst/python-modules ../gstlal-burst/python
gstlal-ugly-modules
:
sphinx-apidoc
-o
source
/gstlal-ugly/python-modules ../gstlal-ugly/python ../gstlal-ugly/python/gviz_api.py ../gstlal-ugly/python/coherent_inspiral_metric.py ../gstlal-ugly/python/coherent_inspiral_metric_plots.py ../gstlal-ugly/python/coherent_inspiral_metric_detector_details.py ../gstlal-ugly/python/sngltriggertable.py
sphinx-apidoc
-o
source
/gstlal-ugly/python-modules ../gstlal-ugly/python ../gstlal-ugly/python/gviz_api.py ../gstlal-ugly/python/coherent_inspiral_metric.py ../gstlal-ugly/python/coherent_inspiral_metric_plots.py ../gstlal-ugly/python/coherent_inspiral_metric_detector_details.py ../gstlal-ugly/python/sngltriggertable.py
../gstlal-ugly/python/aggregator.py
gstlal-bin
:
./sphinx-bindoc
source
/gstlal/bin ../gstlal/bin gstlal_ligo_data_find_check
...
...
This diff is collapsed.
Click to expand it.
doc/source/getting-started.rst
+
30
−
1
View file @
ecbb504d
Getting started
===============
FIXME
You can get a development copy of the gstlal software suite from git. Doing this at minimum will require a development copy of lalsuite.
* https://git.ligo.org/lscsoft/gstlal
* https://git.ligo.org/lscsoft/lalsuite
Source tarballs are available here: http://software.ligo.org/lscsoft/source/
Limited inary packages are available here:
Building and installing from source follows the normal GNU build 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 are building to a non FHS place
(e.g., your home directory) you will need to ensure some environment variables
are set so that your installation will function. The following five variables
must be set. As **just an example**::
GI_TYPELIB_PATH="/path/to/your/installation/lib/girepository-1.0:${GI_TYPELIB_PATH}"
GST_PLUGIN_PATH="/path/to/your/installation/lib/gstreamer-0.10:${GST_PLUGIN_PATH}"
PATH="/path/to/your/installation/bin:${PATH}"
# Debian systems need lib, RH systems need lib64, including both doesn't hurt
PKG_CONFIG_PATH="/path/to/your/installation/lib/pkgconfig:/path/to/your/installation/lib64/pkgconfig:${PKG_CONFIG_PATH}"
# Debian systems need lib, RH systems need lib and lib64
PYTHONPATH="/path/to/your/installation/lib64/python2.7/site-packages:/path/to/your/installation/lib/python2.7/site-packages:$PYTHONPATH"
This diff is collapsed.
Click to expand it.
doc/source/index.rst
+
1
−
5
View file @
ecbb504d
...
...
@@ -13,8 +13,4 @@ The GstLAL project documentation
overview
getting-started
projects
+-----------------+-----------------+---------------+
| :ref:`genindex` | :ref:`modindex` | :ref:`search` |
+-----------------+-----------------+---------------+
publications
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment