Note: This repo is under development
Note: For how to build Caffe for Windows, please refer to the Wiki
- Based onf ver. 0.9.21
- How to build: Use included CMake file
- Based on ver. 1.1.7
- Required for LevelDB
- How to build: Use CMake
- Based on Release 1.22
-
Based on n3.4.2
-
Reference: https://qiita.com/omochimetaru/items/35df0524594255354885
# In msys
mkdir _build
cd _build
../configure --toolchain=msvc --prefix=<Destination> --enable-static --disable-programs
make install
- Based on ver 0.3.5
-
Build gflag first
-
Use CMake (With "-Dgflags_DIR=_install/lib/gflags/cmake")
-
Open the generated project in Visual Studio GUI
-
Change "Runtime Library" from "/MD" to "/MT"
- Based on ver 2.2.1
-
Use CMake
-
Open the generated project in Visual Studio GUI
-
Change "Runtime Library" from "/MD" to "/MT"
- Based on v3.5.1
- https://github.com/google/protobuf
- How to build: Use CMake
- Without test (thus without gmock & gtest)
- HDF5-1.8.20
-
1.65.1
-
Note: boost 1.66.0 or higher will cause error when building caffe