Skip to content

Commit

Permalink
Fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hbe72 committed May 17, 2018
1 parent c590b7f commit 9edd0b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ For missing packages please use [Homebrew](https://brew.sh/).
The library is hosted on [GitHub](https://github.com/hbe72/dsp)
```
cd /some/directory
git clone https://github.com/hbe72/dsp.git
git clone https://github.com/hbe72/cdsp.git
```

### Build
1. Generate the build system
```
mkdir build
cd build
cmake /some/directory/dsp -DCMAKE_INSTALL_PREFIX=/directory/to/install
cmake /some/directory/cdsp -DCMAKE_INSTALL_PREFIX=/directory/to/install
```
2. Build tests:
Expand Down

0 comments on commit 9edd0b3

Please sign in to comment.