Skip to content

Instantly share code, notes, and snippets.

@michael-martinez
Created June 21, 2021 08:41
Show Gist options
  • Save michael-martinez/7491da477d49fa3e92f6e77fd34d0e96 to your computer and use it in GitHub Desktop.
Save michael-martinez/7491da477d49fa3e92f6e77fd34d0e96 to your computer and use it in GitHub Desktop.
# retrieve profiles from dedicated repo
git clone [email protected]:<some_repo>/conan-config.git
cd conan-config/
# install profiles on ~/.conan/profiles/
conan config install .
# add repo credentials
conan user -p <password> -r <repo_name> <username>
conan install libusb/1.00.0@<repo_name>/stable -b outdated
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment