Skip to content

Latest commit

 

History

History
41 lines (31 loc) · 933 Bytes

README.md

File metadata and controls

41 lines (31 loc) · 933 Bytes

Map Le_Creusot

GitHub license

Map of Le Creusot / France in C++ using:

Dependencies

sudo apt-get install libboost-all-dev
sudo apt-get install zlib1g-dev
sudo apt-get install libpthread-stubs0-dev
sudo apt-get install expat
sudo apt install libprotozero-dev
sudo apt install libosmium2-dev

Installation

mkdir build && cd build
# future plan to support cmake
qmake ..
make -j$(nproc)

Usage

# inside build directory
./map

map

Authors

  1. Deng Jianning
  2. Belal Hmedan