typo in linux build command
missing "-build" from "--enable-release-build" option of "./configure"
This commit is contained in:
parent
13f53a2568
commit
54ae48c174
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ You will need the following libraries (and their dependencies):
|
||||||
Open a terminal window, navigate to the PCem directory then enter:
|
Open a terminal window, navigate to the PCem directory then enter:
|
||||||
### Linux
|
### Linux
|
||||||
```
|
```
|
||||||
./configure --enable-release
|
./configure --enable-release-build
|
||||||
make
|
make
|
||||||
```
|
```
|
||||||
### BSD
|
### BSD
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue