Skip to content

Instantly share code, notes, and snippets.

@minhducsun2002
Created August 26, 2018 13:58
Show Gist options
  • Save minhducsun2002/9ee75e506c6c10e1a88faf89c767cfc9 to your computer and use it in GitHub Desktop.
Save minhducsun2002/9ee75e506c6c10e1a88faf89c767cfc9 to your computer and use it in GitHub Desktop.
git clone https://github.com/avast-tl/retdec;
cd retdec;
mkdir build; cd build;
cmake .. -DCMAKE_INSTALL_PREFIX=./output
make -j4
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment