Windows
Building Dlib:
Same as in Linux it uses cmake
. Open git bash shell or DOS cmd:
Result is a fully ready header files and lib under install
folder.
Building Protobuf:
In Linux the build system uses configure
but in Windows system it uses cmake
. Open git bash shell:
Result is fully ready header files, lib, and protoc.exe
under the install
folder.
Building Libsodium:
This the most different to build under Windows. It does not use cmake
nor any other Unix way of building things. Open any DOS shell.
Edit buildall.bat
and comment out non-existent Visual Studio versions. For example, I have Visual Studio 2019
therefore I keep this line and comment out the other lines.
Result is dynamic and static libraries under libsodium/bin
folder.
Last updated
Was this helpful?