Skip to content

Commit 9a6ec5f

Browse files
committed
Updated build instructions
1 parent 2d108f0 commit 9a6ec5f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,14 +50,16 @@ To install FAST++, you first need to build it. For this, you will need a recent
5050
```
5151
# Download the code and dependencies
5252
git clone --recursive https://github.com/cschreib/fastpp.git
53+
cd fastpp
5354
5455
# Compile
55-
mkdir build && cd build
56+
mkdir build
57+
cd build
5658
cmake ../
57-
make
59+
make install
5860
```
5961

60-
This will create an executable called ```fast++``` in the ```fastpp/build``` directory, which you can use immediately to replace FAST. If you have not installed FAST, you will have to download some template libraries from [the FAST website](http://w.astro.berkeley.edu/~mariska/FAST_Download.html) before you can start fitting galaxies. The latest FAST template error function and EAzY filter response database are provided with FAST++ in the ```share``` directory.
62+
This will create an executable called ```fast++``` in the ```fastpp/bin``` directory, which you can use immediately to replace FAST. If you have not installed FAST, you will have to download some template libraries from [the FAST website](http://w.astro.berkeley.edu/~mariska/FAST_Download.html) before you can start fitting galaxies. The latest FAST template error function and EAzY filter response database are provided with FAST++ in the ```fastpp/share``` directory.
6163

6264

6365
# Benchmarks

0 commit comments

Comments
 (0)