Skip to content

Instantly share code, notes, and snippets.

@jlrjr
Created March 11, 2019 20:59
Show Gist options
  • Save jlrjr/49c17baa0f8bd9d3752751305371db08 to your computer and use it in GitHub Desktop.
Save jlrjr/49c17baa0f8bd9d3752751305371db08 to your computer and use it in GitHub Desktop.
FØCAL install LTTng via Conan
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