1
0
mirror of https://github.com/upx/upx.git synced 2025-08-11 22:52:30 +08:00

Document requirement for 'homebrew' when developing on MacOS

... else testsuite fails for "readlink -en" and 'sha256sum'
https://github.com/upx/upx/issues/676
	modified:   README.SRC
This commit is contained in:
John Reiser
2023-06-01 09:15:21 -07:00
committed by Markus F.X.J. Oberhumer
parent c585774162
commit 43019c744c

View File

@ -98,6 +98,9 @@ Developer quick start
# When in doubt, then use "cd src/stub; make clean; make".
11) $ popd # my-upx/upx
12) $ cd src # my-upx/upx/src
12a) On MacOS: install homebrew (https:://brew.sh), then "brew install coreutils"
and put <some_prefix>/opt/coreutils/libexec/gnubin into PATH so that
"readlink -en" and 'sha256sum' work.
13) $ make run-testsuite 2>&1 | tee testsuite.log