This Conan package builds and packages the sr25519-donna library. The library was slightly modified to make the build working as static library. Check TerenceGe/sr25519-donna for further instructions.
- Conan
- CMake
- A C++ compiler
Add this package to your project's conanfile.txt:
[requires]
sr25519/1.0.0@svnscha/dev
[generators]
cmakeTo export the Conan package, navigate to the directory containing conanfile.py and run:
conan export --user svnscha --channel dev .This exports the package to your local cache, usable by other projects.
For local development you could simply use
conan create .or similar.