diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -13,15 +13,19 @@ CFITSIO is a full-featured library and has quite a few system dependencies. `spl $ mkdir build $ cd build $ cmake .. -DCMAKE_INSTALL_PREFIX=/usr/local +$ make +$ make check $ make install ``` ## Without cmake ```sh $ cc -o splitfits splitfits.c +$ ./test.sh $ install -m 755 splitfits /usr/local/bin ``` + # Usage ``` |