From 54ae48c1742e3a46a4669cbfaf17ea7f05b2227c Mon Sep 17 00:00:00 2001 From: Jeremy Andrews Date: Sat, 16 Jan 2021 10:17:33 -0500 Subject: [PATCH] typo in linux build command missing "-build" from "--enable-release-build" option of "./configure" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 134a542..e2dba29 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ You will need the following libraries (and their dependencies): Open a terminal window, navigate to the PCem directory then enter: ### Linux ``` -./configure --enable-release +./configure --enable-release-build make ``` ### BSD