instalee/packages/sterred/manual

6 lines
244 B
Plaintext
Raw Normal View History

2020-06-12 19:33:58 +00:00
cd /opt
git clone git://github.com/sickill/stderred.git
cd sterred
make
case "$LD_PRELOAD" in *libstderred.so*) ;; *) echo 'export LD_PRELOAD="/absolute/path/to/stderred/build/libstderred.so${LD_PRELOAD:+:$LD_PRELOAD}"'>>$HOME/.zprofile;; esac