Skip to content

Latest commit

 

History

History
37 lines (29 loc) · 1.07 KB

README.md

File metadata and controls

37 lines (29 loc) · 1.07 KB

UdacityCpp

Source to the Udacity C++ Course (Become a C++ Developer)

Project #2: System Monitor

  1. Links https://github.com/udacity/CppND-System-Monitor

  2. Infos git clone git@github:udacity/CppND-System-Monitor.git / git clone https://github.com/udacity/CppND-System-Monitor-Project-Updated.git (sudo) apt install libncurses5-dev libncursesw5-dev cd repo mkdir build && cd build cmake .. make ./monitor

Project #1: OpenStreetMap Route Planner using IO2D

  1. Links OpenStreetMap: https://www.openstreetmap.org/export#map=12/53.5751/10.0710 OpenStreetmap-Data: https://planet.openstreetmap.org/ OpenStreetmap-Wiki: https://wiki.openstreetmap.org/wiki/Main_Page

  2. Infos

  3. Compiling (project from 1b))

  • mkdir build && cd build
  • cmake ..
  • make
  1. Running ./OSM_A_star_search