File: README

package info (click to toggle)
octave-fits 1.0.7-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: cpp: 431; makefile: 8
file content (6 lines) | stat: -rw-r--r-- 221 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
On Debian Lenny, pkgconfig does not work because of a missing file
in the fitsio library. You can solve this by replacing the
MKOCT_FLAGS = $(shell pkg-config --libs cfitsio) with
MKOCT_FLAGS = -lcfitsio
in src/Makefile