Skip to content
Snippets Groups Projects
Commit 9d9c32de authored by Valerio Pastore's avatar Valerio Pastore
Browse files

Update README.md

parent 36859f28
No related branches found
No related tags found
No related merge requests found
### INSTALL ### INSTALL
``` ```
$ git submodule update --recursive --remote --init $ git submodule update --recursive --init
$ mkdir build $ mkdir build
$ cd build $ cd build
$ cmake3 -DCMAKE_INSTALL_PREFIX=INSTALLATION_DIR .. $ cmake3 -DCMAKE_INSTALL_PREFIX=YOUR_INSTALLATION_DIR ..
$ make all $ make all
$ make install $ make install
``` ```
### RUN
```
$ cd YOUR_INSTALLATION_DIR/bin
$ FitsPreprocessor.lnx <folder_path>
```
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment