WINDOWS.md
Note VS must be installed in default directory (any drive)
Warning Make sure that
perlpackage IS NOT installed in cygwin!
Additional Cygwin packages:
Install and make sure it's added to PATH
Download, unpack anywhere and add to PATH
From a Cygwin shell:
./configure
make -j$(nproc)
Will first download and build the libraries that RethinkDB needs, then
build RethinkDB itself and place it in build\Release_x64\rethinkdb.exe
If make complains about missing files in mk/gen, run mkdir mk/gen manually.
Then run make -j again.