This Conan package builds and packages the scale-codec-cpp library. The library was slightly modified to make the build working as static library. Check qdrvm/scale-codec-cpp for further instructions.
- Conan
- CMake
- A C++ compiler
Add this package to your project's conanfile.txt
:
[requires]
libscale/1.1.1@svnscha/dev
[generators]
cmake
To 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.