-
Notifications
You must be signed in to change notification settings - Fork 36
Building it from source
SteezCram edited this page Oct 31, 2020
·
2 revisions
- Download the repository.
- Then go to the
buildfolder, you will find a folder called:msvc. - In this folder, you can find Visual Studio project, make sure you have
Visual Studio Community / Professional / Companyand a version14.2xofVisual 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.
Torndeco is the ONLY creator of extDB3.
This repository is only for archiving and maintain this project.