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:

committed by
Markus F.X.J. Oberhumer

parent
c585774162
commit
43019c744c
@ -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
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user