blob: be9141003677c9ed1da25fcfb170c505d5e1a67e (
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
38
39
40
41
42
|
******************************
Welcome to SAOImageDS9
******************************
Please Note: The build instructions have changed!
Quick Instructions for those who hate to read instructions.
To build DS9, just cut and paste the following commands:
******************************
For Linux/X11 MacOS/X11 Cygwin
******************************
% cd SAOImageDS9
% unix/configure
% make
ds9 will be located in SAOImageDS9/bin
******************************
For MacOS
******************************
requires XCode
% cd SAOImageDS9
% macos/configure
% make
SAOImageDS9.app will be located in SAOImageDS9/bin
******************************
For Windows
******************************
requires cygwin with mingw compilers
% cd SAOImageDS9
% win/configure
% make
SAOImageDS9 will be located in SAOImageDS9/bin
|