From 7acf150ac5b270b3bc2fbeb07994dc10f3ba63aa Mon Sep 17 00:00:00 2001 From: "Markus F.X.J. Oberhumer" Date: Tue, 20 Sep 2016 12:51:06 +0200 Subject: [PATCH] Update README.SRC. --- README.SRC | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/README.SRC b/README.SRC index 271b2c59..3c5d84a9 100644 --- a/README.SRC +++ b/README.SRC @@ -71,10 +71,10 @@ Tools needed to build/modify the UPX sources - GNU make 3.81 or better - 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/ - files/LZMA%20SDK/4.43/ + - LZMA SDK from https://github.com/upx/upx-lzma-sdk + When using git run 'git submodule update --init --recursive'. To compile the packer sources @@ -86,12 +86,6 @@ To compile the packer sources set UPX_UCLDIR=c:\src\ucl-1.03 (DOS / Windows) 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 make