Skip to content

Commit

Permalink
Upgrade README
Browse files Browse the repository at this point in the history
  • Loading branch information
lalinsky committed Feb 25, 2024
1 parent 717016f commit 812d5ba
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,18 +30,16 @@ Starting server locally:
- C/C++ compiler supporting at least C++17
- CMake
- Qt6, at least the QtCore, QtNetwork and QtConcurrent components
- SQLite3
- 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
# ./update_proto.sh
# cmake .
# cmake --build .
```
#### For Ubuntu/Debian

apt install gcc g++ cmake qt6-base-dev libgtest-dev libsqlite3-dev libprotobuf-dev libgrpc++-dev protobuf-compiler protobuf-compiler-grpc

### Building the code

cmake .
cmake --build .

## Usage
Expand Down

0 comments on commit 812d5ba

Please sign in to comment.