-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathINSTALL-BIN
45 lines (31 loc) · 988 Bytes
/
INSTALL-BIN
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
Installing from Binaries
Mac OS X
--------
1. Open the Relax-Mac-1_0_0 disk image
2. Copy all the files to a local directory of your choice (dir)
3. Open Terminal or X11 and type the following
4. cd dir
5. source setup.sh
The Relax software is ready to be used. For example,
in the same terminal window, type:
1. cd examples
2. ./run2.sh
Windows Vista and Windows 7
---------------------------
1. Uncompress the .zip file to a local directory of your choice
2. Execute the setup file
The Relax software is ready to be used. To run an example:
1. go to the 'examples' directory
2. execute run1.bat
The other examples require a Unix terminal such as provided by Cygwin.
Linux
-----
1. Download the compressed tar package to the directory of your choice (dir)
2. Open Terminal or X11 and type the following
3. cd dir
4. tar -xzvf package.tgz
5. source setup.sh
The Relax software is ready to be used. For example,
in the same terminal window, type:
1. cd examples
2. ./run2.sh