Changeset 444 in Sophya
- Timestamp:
- Sep 27, 1999, 10:50:25 PM (26 years ago)
- Location:
- trunk/Poubelle/archTOI.old
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Poubelle/archTOI.old/INSTALL
r443 r444 4 4 2. You need the cfitsio library. Set the CFITSIODIR environment variable 5 5 to the location of the library (the directory should contain fitsio.h 6 and libcfitsio.a 6 and a subdirectory $(HOSTTYPE) (GNU make standard macro) should 7 contain libcfitsio.a) 7 8 3. run the 'mkd' script 8 9 4. run make -
trunk/Poubelle/archTOI.old/Makefile
r437 r444 8 8 9 9 LDLIBS=-L$(CFITSIODIR)/$(HOSTTYPE) -lcfitsio 10 11 ifdef NOSHLIB 12 ifeq ($(CXX), g++) 13 LDFLAGS = -static 14 endif 15 ifeq ($(CXX), cxx) 16 LDFLAGS = -non_shared 17 endif 18 endif 10 19 11 20 default: archtoi
Note:
See TracChangeset
for help on using the changeset viewer.