aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorAaron LI <aaronly.me@outlook.com>2017-02-07 14:33:22 +0800
committerAaron LI <aaronly.me@outlook.com>2017-02-07 14:33:22 +0800
commite6cb89d7e126e0cba4ea29ad91b3b96f7014f451 (patch)
treeaf7802b54ffd00791ec529e2aa7f0066ce202eb8 /README.md
parent3c2a468273fe1d07f19bf784d7f878ea008a0925 (diff)
downloadchandra-acis-analysis-e6cb89d7e126e0cba4ea29ad91b3b96f7014f451.tar.bz2
Remove graphical plot report (depends on PGPLOT)
Therefore remove the depends on PGPLOT (from HEASoft) and X11 libraries.
Diffstat (limited to 'README.md')
-rw-r--r--README.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/README.md b/README.md
index f17d72f..ad6ce69 100644
--- a/README.md
+++ b/README.md
@@ -50,14 +50,13 @@ Installation
------------
Dependencies:
+ GSL
-+ X11 libraries
-+ a working HEASoft installation (for ``libpgplot.a`` and ``libcpgplot.a``)
1. ``mass_profile``
```
$ cd mass_profile
-$ make cleanall
-$ heainit # initilize HEASoft, in order to find libpgplot.a and libcpgplot.a
+$ make clean
+$ make
+(or use this to enable OpenMP)
$ make OPENMP=yes
```