Added badges
This commit is contained in:
@@ -1,7 +1,9 @@
|
|||||||
# DbMessaging
|
# DbMessaging
|
||||||
Library to define messages, serialize them and create and apply delta messages (to update the "original" on server for example).
|
Library to define messages, serialize them and create and apply delta messages (to update the "original" on server for example).
|
||||||
|
|
||||||
# Building from source
|
[](https://travis-ci.org/0xFEEDC0DE64/DbMessaging) [](https://www.codacy.com/app/0xFEEDC0DE64/DbMessaging?utm_source=github.com&utm_medium=referral&utm_content=0xFEEDC0DE64/DbMessaging&utm_campaign=Badge_Grade)
|
||||||
|
|
||||||
|
## Building from source
|
||||||
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
|
This project can only be built as part of the project structure [DbSoftware](https://github.com/0xFEEDC0DE64/DbSoftware)
|
||||||
|
|
||||||
```Shell
|
```Shell
|
||||||
@@ -14,5 +16,6 @@ cd build_DbSoftware
|
|||||||
qmake CONFIG+=ccache ../DbSoftware
|
qmake CONFIG+=ccache ../DbSoftware
|
||||||
make -j$(nproc) sub-DbMessaging
|
make -j$(nproc) sub-DbMessaging
|
||||||
make sub-DbMessaging-install_subtargets
|
make sub-DbMessaging-install_subtargets
|
||||||
./bin/databasetree
|
./bin/messagingserver &
|
||||||
|
./bin/messagingclient
|
||||||
```
|
```
|
||||||
|
Reference in New Issue
Block a user