Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 346 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 346 Bytes

BIMO - BISECT Media Core Library

Build

Setup conan remotes

> conan remote add bincrafters https://api.bintray.com/conan/bincrafters/public-conan

Windows

> md build
> cd build
> cmake .. -DBIMO_BUILD_TESTS=1 -G "Visual Studio 15 2017 Win64"
> cmake --build .

Open the solution file build\bimo.sln