building UPX on Debian

0001-01-01

UPX is no longer in the apt repositories on March 31, 2025.

To build:

git clone https://github.com/upx/upx
cd upx
git submodule update --init --recursive
make -j$(nproc)
./build/release/upx

No notes link to this note