This project requires the following libraries:
To configure the project using CMake, run the following command:
cmake -S . -B build -DCMAKE_INSTALL_PREFIX=install -DDECENTRALIZED_ART_BUILD_TESTS=ON-S .: Specifies the source directory.-B build: Specifies the build directory.-DCMAKE_INSTALL_PREFIX=install: Specifies<INSTALL_DIRECTORY>.-DDECENTRALIZED_ART_BUILD_TESTS=ON: Enables tests.-DDECENTRALIZED_ART_BUILD_STRESS_TESTS=ON: Enables stress tests.-DDECENTRALISED_ART_USE_SUBMODULE_PT=ON: Enables use of local PT submodule.
| type | command |
|---|---|
| Debug | cmake --build build --config Debug |
| Release | cmake --build build --config Release |
| RelWithDebInfo | cmake --build build --config RelWithDebInfo |
| type | command |
|---|---|
| Debug | cmake --build build --config Debug --target install |
| Release | cmake --build build --config Release --target install |
| RelWithDebInfo | cmake --build build --config RelWithDebInfo --target install |
<INSTALL_DIRECTORY>/bin/DecentralisedArtServer.exe📜 License:
👨💻 Contributors: Sawyer
💡 Additional Notes: