blob: f6d751997b1e819af6f05647ef3f4d40db606ac1 (
plain)
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
|
***************************
Welcome to SAOImage DS9
***************************
Please Note: The build instructions have changed!
Quick Instructions for those who hate to read instructions.
After installation, ds9 can be located in saods9/bin/ds9.
To build DS9, just cut and paste the following commands:
***************************
For Linux/X11 MacOSX/Cygwin
***************************
cd saods9
unix/configure
make
***************************
For Aqua MacOSX
***************************
requires XCode
cd saods9
macosx/configure
make
***************************
For Windows
***************************
requires cygwin with mingw compilers
cd saods9
win/configure
make
|