From 09da986742279b8f6982bfc1b508ceae31128a3a Mon Sep 17 00:00:00 2001 From: "Sebastien Rosset (serosset)" Date: Sat, 3 Apr 2021 11:57:05 -0700 Subject: [PATCH] build instructions --- README.SRC | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.SRC b/README.SRC index cf3aafb4..c928c72d 100644 --- a/README.SRC +++ b/README.SRC @@ -70,7 +70,7 @@ Prerequisites Tools needed to build/modify the UPX sources -------------------------------------------- - - A C++ compiler: gcc >= 3.3 or clang. + - A C++ compiler that supports C++ 14: gcc >= 6.1 or clang. - GNU make 3.81 or better @@ -92,7 +92,7 @@ To compile the packer sources Finally type - make + make all If you want to modify the stub sources you'll also need