-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL
executable file
·48 lines (30 loc) · 1.14 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
CHOOCH 5.0.9
======
Installation Instructions
=========================
Requirements
------------
Ensure that you have all the required libraries installed:
a) Gnu Scientific Library version 1.1 - 1.9
Available from http://www.gnu.org/software/gsl/gsl.html
b) PLplot plotting library
Enables PNG and PostScript output of chooch result as well as interactive plotting
Available from http://plplot.sourceforge.net/
Optionally
----------
c) On Mac OSX Aquaterm is supported for the interactive plotting (-x) option otherwise
X11 via Xquartz can be used
Building the binary
-------------------
1) Download source distribution chooch-5.0.9.tar.gz
2) Unpack the file in a directory of your choice e.g. /usr/local/src
using tar xzvf chooch.tar.gz for example.
3) Create the file 'Makefile' by copying a suitable makefile for your architecture,
e.g cp Makefile.x86_64 Makefile
4) Edit Makefile so that the correct libraries and installation directories are selected.
4) Type 'make'
5) Type 'make install'
Need Help?
----------
If you encounter difficulties with the installation then please contact
the author at gwyndaf@gwyndafevans.co.uk