-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathREADME.MacOS
69 lines (45 loc) · 1.91 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
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 install CFITSIO using conda:
---------------------------------------------------------------------
If you have conda installed, you may install CFITSIO simply with
the command
$ conda install cfitsio
For more information, please visit:
https://github.com/conda-forge/cfitsio-feedstock
---------------------------------------------------------------------
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.