Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Added debian package list to make it easy for lazy people (like me)
  • Loading branch information
jaybinks authored Jul 21, 2023
1 parent 88aef55 commit c57c2c8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,14 @@ Starting server locally:
- Qt5, at least the QtCore, QtNetwork and QtConcurrent components
- GoogleTest (optional)

### For Debian
```
# apt install git gcc g++ cmake pkg-config qtbase5-dev libsqlite3-dev libprotobuf-dev libgrpc++-dev libgtest-dev protobuf-compiler protobuf-compiler-grpc
# cmake --build .
# ./update_proto.sh
# make
```

### Building the code

cmake --build .
Expand Down

0 comments on commit c57c2c8

Please sign in to comment.