1
0
Fork 0
mirror of https://gitlab.com/somespace/dijkstra-shortest-path-algorithm.git synced 2024-05-18 08:16:15 +02:00

Update README.md

This commit is contained in:
Martin Schneider 2020-10-04 20:02:37 +00:00
parent b6f646b7ee
commit 34f5a16d42

View File

@ -2,6 +2,8 @@ Dijkstra Shortest Path algorithm (own implementation):
Reference: https://en.wikipedia.org/wiki/Dijkstra%27s_algorithm
Ways to open the project:
1. Open the file named _CMakeLists.txt_ in QT Creator IDE.
2. Unzip archive and navigate to the project folder in terminal,
then run this command: cmake CMakeLists.txt && make