Skip to content

Commit

Permalink
Formatting of README.md.
Browse files Browse the repository at this point in the history
  • Loading branch information
joeydumont committed Jul 10, 2014
1 parent c3acd21 commit f7458bb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ coefficient. It also computes the Clebsch-Gordan coefficients.
This library uses CMake to help the build process. First, download the source code.
It is recommended to create a separate directory for building, i.e.
```bash
mkdir build/.
mkdir build/.
```
Then, run
```bash
cmake .. && make && sudo make install.
cmake .. && make && sudo make install.
```
By default, the library is installed to `/usr/lib/` and the include files are in `/usr/include/`.
To install to another directory, say `/usr/local/`, use the command-line argument
```bash
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && make && sudo make install.
cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local && make && sudo make install.
```

## API documentation
Expand Down

0 comments on commit f7458bb

Please sign in to comment.