diff --git a/README.SRC b/README.SRC index 102a3b74..3a2db9bb 100644 --- a/README.SRC +++ b/README.SRC @@ -66,7 +66,7 @@ Prerequisites Tools needed to build/modify the UPX sources -------------------------------------------- - - A modern C++ compiler like gcc 2.95.3, gcc 3.x or Visual C++ 6 + - A C++ compiler supporting templates, exceptions and RTTI. - GNU make for Win32 http://upx.sourceforge.net/download/tools/ @@ -85,20 +85,19 @@ To compile the packer sources then type - make target=linux # on linux - make target=djgpp2 # for djgpp2 - make target=mingw32 # for mingw32 - make target=cygwin # cygwin 1.3.x - make target=no-cygwin # for mingw32 as included in cygwin - make target=vc6 # for Visual C++ 6.0 + make target=linux # linux + make target=djgpp2 # dos32 - djgpp2 + make target=cygwin # win32 - cygwin 1.3.x + make target=mingw32 # win32 - mingw32 + make target=no-cygwin # win32 - mingw32 as included in cygwin If you want to modify the stub sources you'll also need ------------------------------------------------------- - - Nasm 0.98.34 - the Netwide Assembler + - Nasm 0.98.36 - the Netwide Assembler http://upx.sourceforge.net/download/tools/ - http://nasm.sourceforge.net/ + http://sourceforge.net/projects/nasm/ - A68K - a 68000 macro assembler http://upx.sourceforge.net/download/tools/