mapmap icon indicating copy to clipboard operation
mapmap copied to clipboard

Mapmap build process outputs binary in the wrong location on Linux. (run.sh can't find it).

Open DavidHaitch opened this issue 4 years ago • 0 comments

Expected Behavior

The documented build process should create a binary called "mapmap" in ./src/mapmap since that's where run.sh looks for it.

Actual Behavior

The build process creates a binary named "mapmap" in the root of the repository.

Steps to Reproduce the Problem

  1. Run ./scripts/build.sh
  2. Run ./scripts/run.sh

Specifications

  • Version: latest develop
  • Platform: Linux Mint 20
  • Subsystem: build

DavidHaitch avatar Aug 08 '20 22:08 DavidHaitch