mirror of
https://github.com/upx/upx
synced 2025-09-28 19:06:07 +08:00
Update README.SRC.
This commit is contained in:
parent
077bbdfc78
commit
7acf150ac5
12
README.SRC
12
README.SRC
|
@ -71,10 +71,10 @@ Tools needed to build/modify the UPX sources
|
||||||
- GNU make 3.81 or better
|
- GNU make 3.81 or better
|
||||||
|
|
||||||
- zlib and zlib-devel [or zlib-dev] software packages for your
|
- zlib and zlib-devel [or zlib-dev] software packages for your
|
||||||
host environment, or via http://www.cygwin.org/setup.exe
|
host environment
|
||||||
|
|
||||||
- lzma SDK, such as from https://sourceforge.net/projects/sevenzip/
|
- LZMA SDK from https://github.com/upx/upx-lzma-sdk
|
||||||
files/LZMA%20SDK/4.43/
|
When using git run 'git submodule update --init --recursive'.
|
||||||
|
|
||||||
|
|
||||||
To compile the packer sources
|
To compile the packer sources
|
||||||
|
@ -86,12 +86,6 @@ To compile the packer sources
|
||||||
set UPX_UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
|
set UPX_UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
|
||||||
export UPX_UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
|
export UPX_UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
|
||||||
|
|
||||||
Set the environment variable UPX_LZMADIR to point to your
|
|
||||||
to your unpacked lzma443.tar.bz2 source directory, e.g.
|
|
||||||
|
|
||||||
export UPX_LZMADIR=$HOME/local/src/lzma-4.43 (Unix)
|
|
||||||
export UPX_LZMA_VERSION=0x443 # perhaps 0x459,0x458,0x457,0x449,0x442
|
|
||||||
|
|
||||||
Finally type
|
Finally type
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
Loading…
Reference in New Issue
Block a user