-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathREADME.MacOS
55 lines (37 loc) · 1.55 KB
/
README.MacOS
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
43
44
45
46
47
48
49
50
51
52
53
54
55
By default, the CFITSIO library will be a "Universal Binary" (i.e.
32- and 64-bit compatible) under Mac OS X when built in the standard
way, i.e.
- tar xzf cfitsio3370.tar.gz (or whatever version this is)
- cd cfitsio/
- ./configure
- make
- make install
---------------------------------------------------------------------
To install CFITSIO using MacPorts:
---------------------------------------------------------------------
If you have MacPorts installed, you may install CFITSIO simply with
the command
$ sudo port install cfitsio +universal
For more information, please visit:
http://macports.org
https://trac.macports.org/browser/trunk/dports/science/cfitsio/Portfile
---------------------------------------------------------------------
To install CFITSIO using Homebrew:
---------------------------------------------------------------------
If you have Homebrew installed, you may install CFITSIO simply with
the command
$ brew install cfitsio
For more information, please visit:
http://brew.sh
http://brewformulas.org/Cfitsio
---------------------------------------------------------------------
To build CFITSIO using the XCode GUI:
---------------------------------------------------------------------
- tar xzf cfitsio3370.tar.gz (or whatever version this is)
- cd cfitsio/
- Start Xcode and open cfitsio.xcodeproj/project.pbxproj,
or just "open" the file from a terminal command line,
$ open cfitsio.xcodeproj/project.pbxproj
and this will start up XCode for you.
- Press the Build (or "Play") button in the upper left
corner of the GUI.