Source to the Udacity C++ Course (Become a C++ Developer)
Project #2: System Monitor
-
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
-
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
-
Infos
- in this repo only the diffs to the UdacityProjects were uploaded.
- to make it run you need to follow the instructions on: a) https://github.com/cpp-io2d/P0267_RefImpl/blob/master/BUILDING.md b) https://github.com/udacity/CppND-Route-Planning-Project
-
Compiling (project from 1b))
- mkdir build && cd build
- cmake ..
- make
- Running ./OSM_A_star_search