Created
March 11, 2019 20:59
-
-
Save jlrjr/49c17baa0f8bd9d3752751305371db08 to your computer and use it in GitHub Desktop.
FØCAL install LTTng via Conan
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
python3 -m venv _venv | |
source _venv/bin/activate | |
pip install --upgrade pip # because wheel | |
pip install conan | |
conan remote add f0cal https://api.bintray.com/conan/f0cal/conan | |
conan install lttng-ust/2.10@f0cal/testing | |
conan install lttng-tools/2.10@f0cal/testing |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment