1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

Mention GNU make 3.81.

This commit is contained in:
Markus F.X.J. Oberhumer
2006-06-15 17:27:04 +02:00
parent 1e0c38b5f9
commit a966d6acf1

View File

@ -75,10 +75,10 @@ Tools needed to build/modify the UPX sources
To compile the packer sources
-----------------------------
set the environment variable UCLDIR to point to your UCL installation, e.g.
set the environment variable UPX_UCLDIR to point to your UCL installation, e.g.
set UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
export UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
set UPX_UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
export UPX_UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
then type
@ -92,6 +92,9 @@ To compile the packer sources
If you want to modify the stub sources you'll also need
-------------------------------------------------------
- GNU make 3.81 or better
http://savannah.gnu.org/projects/make/
- A68K - a 68000 macro assembler
http://upx.sourceforge.net/download/tools/