summaryrefslogtreecommitdiff
path: root/cfitsio/build.sh
blob: 6ceb369f16ec5b22c45ca192cf68d450d2cd627a (plain) (blame)
1
2
3

./configure --prefix=$PREFIX --disable-static --enable-reentrant
(make -j $CPU_COUNT shared && make install)