typo in linux build command

missing "-build" from "--enable-release-build" option of "./configure"
This commit is contained in:
Jeremy Andrews 2021-01-16 10:17:33 -05:00 committed by GitHub
commit 54ae48c174
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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