Skip to content

Building it from source

SteezCram edited this page Oct 31, 2020 · 2 revisions

Windows

  1. Download the repository.
  2. Then go to the build folder, you will find a folder called: msvc.
  3. In this folder, you can find Visual Studio project, make sure you have Visual Studio Community / Professional / Company and a version 14.2x of Visual C++.

Extract the libs.7z archive. After that, you need to edit the project and change the path of:

  • VC++ repository > library directories
  • C++ > General > Other include directories

You need to replace C:\Users\tcroi\source\c++\ by the path of the libs folder.

Now you can build the Release, if everything is fine you should see extDB3_x64.dll in the directory: <your path to your build folder>\extDB3\x64\Release. If you build the Debug, you can find it in the directory: <your path to your build folder>\extDB3\x64\Debug.

Clone this wiki locally