Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/erikzenker/conan-hsm

Conan package for Hsm https://github.com/erikzenker/hsm
https://github.com/erikzenker/conan-hsm

Last synced: 26 days ago
JSON representation

Conan package for Hsm https://github.com/erikzenker/hsm

Awesome Lists containing this project

README

        

# Conan Hsm Package

Run the following commands to create and upload the hsm package
```bash
conan create . erikzenker/testing -s compiler.cppstd=17
conan remote add conan-erikzenker https://api.bintray.com/conan/erikzenker/conan-erikzenker
conan user -p -r conan-erikzenker erikzenker
conan upload hsm/1.1 -r conan-erikzenker
```

The API key is the “password” used to authenticate the Conan client to Bintray, NOT your Bintray password. To get your API key, go to “Edit Your Profile” in your Bintray account and check the API Key section.