1
0
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:
Markus F.X.J. Oberhumer
2006-10-10 11:23:32 +02:00
parent 0a68afef00
commit 08818355d1

View File

@ -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