aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index e4ff981..066c951 100644
--- a/README.md
+++ b/README.md
@@ -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
```