Added badges
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
# DbPathFinder
|
||||
Small application which shows the A* path finding algorithm.
|
||||
|
||||
[](https://travis-ci.org/0xFEEDC0DE64/DbPathFinder) [](https://www.codacy.com/app/0xFEEDC0DE64/DbPathFinder?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbPathFinder&utm_campaign=Badge_Grade)
|
||||
|
||||

|
||||
|
||||
# Building from source
|
||||
## Building from source
|
||||
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
|
||||
|
||||
```Shell
|
||||
@ -16,5 +18,5 @@ cd build_DbSoftware
|
||||
qmake CONFIG+=ccache ../DbSoftware
|
||||
make -j$(nproc) sub-DbPathFinder
|
||||
make sub-DbPathFinder-install_subtargets
|
||||
./bin/databasetree
|
||||
./bin/pathfinder
|
||||
```
|
||||
|
Reference in New Issue
Block a user