Skip to content
Undici77 edited this page Dec 26, 2020 · 3 revisions

Welcome to the KeilMapTools wiki!

Here short guide about how to build your own KeilMapTools binaries!

Prerequisites

Compile boost

  1. Download folder and copy it in C:\boost\boost_1_74_0
  2. Set compiler options
  1. cd "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC"
  2. vcvarsall.bat x86_amd64
  1. cd C:\boost\boost_1_70_0
  2. bootstrap.bat
  3. 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
  4. 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

Compile projects

  1. Open solution and rebuild all (easy)
Clone this wiki locally