-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Undici77 edited this page Jun 30, 2020
·
3 revisions
Here short guide about how to build your own KeilMapTools binaries!
- Visual Studio 2015 Express Edition
- Boost 1.7.0
- Swig 4.0.2 (deployed with packet)
- Inno Setup
- Download folder and copy it in C:\boost\boost_1_70_0
- Set compiler options
- cd "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"
- vcvarsall.bat x86_amd64
- cd C:\boost\boost_1_70_0
- bootstrap.bat
- bjam toolset=msvc address-model=64 --build-type=complete --threading=multi variant=release link=static runtime-link=shared stage --stagedir=lib\win64\msvc\release -j8
- bjam toolset=msvc address-model=64 --build-type=complete --threading=multi variant=debug link=static runtime-link=shared stage --stagedir=lib\win64\msvc\debug -j8
- Open solution and rebuild all (easy)