Skip to content

Commit

Permalink
Merge pull request #24 from jaybinks/main
Browse files Browse the repository at this point in the history
Added debian package list to README.md
  • Loading branch information
lalinsky authored Oct 19, 2023
2 parents e5a189f + c57c2c8 commit a07705d
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 a07705d

Please sign in to comment.