We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 562a7e7 commit b577affCopy full SHA for b577aff
libheap/install
@@ -1,10 +1,7 @@
1
#!/bin/bash
2
3
-git clone https://github.com/cloudburst/libheap
4
-
5
# move to ctftools virtual env
6
-source ${VIRTUALENVWRAPPER_SCRIPT}
7
-workon ctftools
+source ctf-tools-venv-activate
8
9
-cd libheap
10
-python setup.py install
+git clone --depth 1 https://github.com/cloudburst/libheap
+pip install -e libheap
0 commit comments