summaryrefslogtreecommitdiffstats
path: root/BUILD.txt
diff options
context:
space:
mode:
authorWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 20:02:47 (GMT)
committerWilliam Joye <wjoye@cfa.harvard.edu>2016-10-19 20:02:47 (GMT)
commit1febf9298123b71bc1c81fff2704b1c3463d2e36 (patch)
tree9b8214fae8e223e92b3b7caac84ae2cb50ec6cd8 /BUILD.txt
parentbfdb956a12440632b94ee8f7ecc7e1787883957f (diff)
downloadblt-1febf9298123b71bc1c81fff2704b1c3463d2e36.zip
blt-1febf9298123b71bc1c81fff2704b1c3463d2e36.tar.gz
blt-1febf9298123b71bc1c81fff2704b1c3463d2e36.tar.bz2
Initial commit
Diffstat (limited to 'BUILD.txt')
-rw-r--r--BUILD.txt37
1 files changed, 37 insertions, 0 deletions
diff --git a/BUILD.txt b/BUILD.txt
new file mode 100644
index 0000000..f6d7519
--- /dev/null
+++ b/BUILD.txt
@@ -0,0 +1,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