summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
blob: aa1ad8b21d7d5c2408716c0f28cce1bf385a85e6 (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 SAOImageDS9
***************************

Please Note: The build instructions have changed!

Quick Instructions for those who hate to read instructions.
After installation, ds9 can be located in SAOImageDS9/bin/ds9.
To build DS9, just cut and paste the following commands:

***************************
For Linux/X11 MacOSX/Cygwin
***************************

cd SAOImageDS9
unix/configure
make

***************************
For Aqua MacOSX
***************************

requires XCode

cd SAOImageDS9
macosx/configure
make

***************************
For Windows
***************************

requires cygwin with mingw compilers

cd SAOImageDS9
win/configure
make