Created
June 21, 2021 08:41
-
-
Save michael-martinez/7491da477d49fa3e92f6e77fd34d0e96 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
# 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