Skip to content

Instantly share code, notes, and snippets.

@riceo
Created July 25, 2016 14:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save riceo/50f160db4d839e6c227926736349cd07 to your computer and use it in GitHub Desktop.
Save riceo/50f160db4d839e6c227926736349cd07 to your computer and use it in GitHub Desktop.
Install memleax on deb
git clone https://github.com/WuBingzheng/memleax && cd memleax && \
apt-get install -y libunwind-dev libelf-dev libdwarf-dev && \
./configure && \
make && \
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment