This is much better than autotool. Hopefully, over time, we'll be able to convert the rest of the build and use that.
Details
Details
- Reviewers
schancel jasonbcox - Group Reviewers
Restricted Project - Commits
- rSTAGING53fe7e26a620: Add the capability to build univalue using cmake/ninja
rABC53fe7e26a620: Add the capability to build univalue using cmake/ninja
mkdir build cd build cmake -GNinja .. ninja
And cross compil for windows:
mkdir buildwin32 cd buildwin32 cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../cmake/plateforms/Win32.cmake ninja
Repeat for win64, which should be obvious.
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable