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

Final updates for upx 1.92.

committer: mfx <mfx> 1090281040 +0000
This commit is contained in:
Markus F.X.J. Oberhumer
2004-07-19 23:50:40 +00:00
parent 95021e4977
commit 814eabb88e
4 changed files with 14 additions and 14 deletions

View File

@ -69,11 +69,11 @@ Tools needed to build/modify the UPX sources
- A C++ compiler supporting inner classes, templates, exceptions
and RTTI.
- GNU make for Win32
http://upx.sourceforge.net/download/tools/
- GNU make 3.80 for Win32
http://www.cygwin.com/
- GNU make for DOS
ftp://ftp.simtel.net/pub/simtelnet/gnu/djgpp/v2gnu/
- GNU make 3.80 for DOS
http://www.delorie.com/djgpp/
To compile the packer sources
@ -81,8 +81,8 @@ To compile the packer sources
set the environment variable UCLDIR to point to your UCL installation, e.g.
set UCLDIR=c:\src\ucl-1.01 (DOS / Windows)
export UCLDIR=$HOME/local/src/ucl-1.01 (Unix)
set UCLDIR=c:\src\ucl-1.02 (DOS / Windows)
export UCLDIR=$HOME/local/src/ucl-1.02 (Unix)
then type