Skip to content

Commit 28a0eed

Browse files
Update README.md
1 parent ced2b1b commit 28a0eed

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,16 @@ client.connect({address, port});
7171
```
7272
## How to build
7373
- Install dependencies.
74+
- linux
7475
```terminal
7576
sudo apt-get install libboost-dev
7677
sudo apt-get install libgtest-dev
7778
```
79+
- macOs
80+
```terminal
81+
brew install boost
82+
brew install googletest
83+
```
7884
- Clone repository.
7985
```terminal
8086
git clone https://github.com/alejandrofsevilla/boost-tcp-server-client.git

0 commit comments

Comments
 (0)