Changed inline code formatting to block code formatting
This commit is contained in:
parent
9872f8fa5e
commit
334beabc6d
1 changed files with 7 additions and 7 deletions
|
@ -21,13 +21,13 @@ The server requires an additional dependency:
|
||||||
|
|
||||||
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
- [libgcrypt](http://www.gnu.org/software/libgcrypt/)
|
||||||
|
|
||||||
```
|
To compile:
|
||||||
|
|
||||||
mkdir build
|
mkdir build
|
||||||
cd build
|
cd build
|
||||||
cmake ..
|
cmake ..
|
||||||
make
|
make
|
||||||
make install
|
make install
|
||||||
```
|
|
||||||
|
|
||||||
The following flags can be passed to `cmake`:
|
The following flags can be passed to `cmake`:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue