Skip to content

Cockroach v1.0.0

Latest
Compare
Choose a tag to compare
@petrasvestartas petrasvestartas released this 30 Jun 08:52
· 19 commits to Cockroach since this release
452ae4f

Download cockroach_1_0_0.zip and use bash commands:

cd DirectoryWhereYouUnzipped
mkdir build
cd build
cmake -DGET_LIBS=ON -DBUILD_MY_PROJECTS=OFF  -DBUILD_SHARED_LIBS=ON -G "Visual Studio 17 2022" -A x64 .. && cmake --build . --config Release
cmake -DGET_LIBS=OFF -DBUILD_MY_PROJECTS=ON  -DBUILD_SHARED_LIBS=ON -G "Visual Studio 17 2022" -A x64 .. && cmake --build . --config Release