summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2017-05-09 21:11:05 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2017-05-09 21:11:05 (GMT)
commit32ad2fc51d9a0aaab6fe123012a9179b32ecb4dd (patch)
tree739233265bb27792ba2cf3760c9370a34e433e8d /BUILD.txt
parent92cdabd48413822064c1074555f0daf6e779ecf0 (diff)
downloadblt-32ad2fc51d9a0aaab6fe123012a9179b32ecb4dd.zip
blt-32ad2fc51d9a0aaab6fe123012a9179b32ecb4dd.tar.gz
blt-32ad2fc51d9a0aaab6fe123012a9179b32ecb4dd.tar.bz2
change macos name
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt29
1 files changed, 17 insertions, 12 deletions
diff --git a/BUILD.txt b/BUILD.txt
index aa1ad8b..a7d1faf 100644
--- a/BUILD.txt
+++ b/BUILD.txt
@@ -5,26 +5,29 @@ 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
+For Linux/X11 MacOS/X11 Cygwin
***************************
-cd SAOImageDS9
-unix/configure
-make
+% cd SAOImageDS9
+% unix/configure
+% make
+
+ds9 will be located in SAOImageDS9/bin
***************************
-For Aqua MacOSX
+For MacOS
***************************
requires XCode
-cd SAOImageDS9
-macosx/configure
-make
+% cd SAOImageDS9
+% macos/configure
+% make
+
+SAOImageDS9.app will be located in SAOImageDS9/bin
***************************
For Windows
@@ -32,6 +35,8 @@ For Windows
requires cygwin with mingw compilers
-cd SAOImageDS9
-win/configure
-make
+% cd SAOImageDS9
+% win/configure
+% make
+
+SAOImageDS9 will be located in SAOImageDS9/bin