Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/starlink/cfitsio
Starlink patched version of the CFITSIO library
https://github.com/starlink/cfitsio
Last synced: 3 days ago
JSON representation
Starlink patched version of the CFITSIO library
- Host: GitHub
- URL: https://github.com/starlink/cfitsio
- Owner: Starlink
- Created: 2012-07-24T04:11:38.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-08-24T12:49:25.000Z (5 months ago)
- Last Synced: 2024-08-24T13:56:35.074Z (5 months ago)
- Language: C
- Size: 23.6 MB
- Stars: 3
- Watchers: 23
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.MacOS
- License: licenses/NASA_Open_Source_Agreement_1.3.txt
Awesome Lists containing this project
README
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.