mirror of
https://github.com/upx/upx.git
synced 2025-08-07 22:46:51 +08:00
Updated README.SRC.
This commit is contained in:
11
README.SRC
11
README.SRC
@ -75,13 +75,18 @@ Tools needed to build/modify the UPX sources
|
||||
To compile the packer sources
|
||||
-----------------------------
|
||||
|
||||
set the environment variable UPX_UCLDIR to point to your
|
||||
UCL installation, e.g.
|
||||
Set the environment variable UPX_UCLDIR to point to your
|
||||
UCL build directory, e.g.
|
||||
|
||||
set UPX_UCLDIR=c:\src\ucl-1.03 (DOS / Windows)
|
||||
export UPX_UCLDIR=$HOME/local/src/ucl-1.03 (Unix)
|
||||
|
||||
then type
|
||||
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)
|
||||
|
||||
Finally type
|
||||
|
||||
make
|
||||
|
||||
|
Reference in New Issue
Block a user