Skip to content

Commit

Permalink
Update README for CITS purpose
Browse files Browse the repository at this point in the history
Added sudo to instructions.
  • Loading branch information
viktorjo authored Jul 4, 2019
1 parent c606f0e commit 43a0c05
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,12 +59,13 @@ git clone https://github.com/eclipse/paho.mqtt.c.git

Go to the root of the cloned git repo and build the documentation by doing
```sh
cd paho.mqtt.c.git
sudo make html
```
This will build the documentation for all the code. Then proceede to build and install paho
```sh
make
make install
sudo make
sudo make install
```

The server will not bu default build the CITS module. This is to prevent the use of the CITS module when it is not necessary. To enable building of the module, run `cmake` from the `build/` directory
Expand Down

0 comments on commit 43a0c05

Please sign in to comment.