Stellar Common is the core library containing all the common classes necessary to build the Stellar vm, compiler, and other Stellar tooling.
This project is meant to be consumed as a library. On Linux, run these steps to install the shared library to your system lib and include:
mkdir build
cmake . -Bcmake-build-debug -G "Unix Makefiles"
cd cmake-build-debug/source
sudo make install
Please keep your contributions on-topic and be kind. Contributions of any kind are always welcome!
This project is licensed under the MIT License.