mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Updated.
committer: mfx <mfx> 1058050408 +0000
This commit is contained in:
parent
a3bb8f00fd
commit
67d9ff987c
17
README.SRC
17
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/
|
||||
|
|
Loading…
Reference in New Issue
Block a user