Skip to content

KD-lab-Open-Source/perimeter-map-compiler

 
 

Repository files navigation

Perimeter map compiler

Building

NOTE: Tested on Visual Studio 2022

Clone this repository with submodules

Building freeimage libarary

This needed to be done once

  1. Open 3rdparty/freeimage/FreeImage.2017.sln in Visual Studio
  2. Migrate project to your version of studio (if needed)
  3. Select Build -> Batch Build...
  4. Select FreeImageLib / Debug / Win32 and FreeImagePlus / Debug / Win32
  5. Press Build
  6. Now you can close this project

Building tinyxml/tinyxpath library

This needed to be done once

  1. Open 3rdparty/tinyxpath/tinyxpath.sln in Visual Studio
  2. Migrate project to your version of studio (if needed)
  3. Select Build -> Batch Build...
  4. Select tinyxpath_lib / Debug / Win32
  5. Press Build
  6. Now you can close this project

Building perimeter-map-compiler

  1. Open perimeter-map-compiler.sln in Vistual Studio 2022 (or greater)
  2. Select Debug / x86
  3. Build or Run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 50.1%
  • C# 34.8%
  • HTML 9.0%
  • C 4.6%
  • PHP 1.2%
  • CSS 0.2%
  • Batchfile 0.1%