Skip to content

Binary dependencies for Windows version of caffe & caffe2

Notifications You must be signed in to change notification settings

t-kuha/caffe-win-dependency

Repository files navigation

caffe-win-dependency

Note: This repo is under development

Note: For how to build Caffe for Windows, please refer to the Wiki


LMDB

Snappy

LevelDB

ffmpeg

# In msys
mkdir _build
cd _build
../configure --toolchain=msvc --prefix=<Destination> --enable-static --disable-programs
make install

glog

  • Based on ver 0.3.5
    • https://github.com/google/glog

    • 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"

gflags

protobuf

HDF5

Boost

OpenCV

OpenBLAS

About

Binary dependencies for Windows version of caffe & caffe2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages