Add a missing command (sudo ldconfig)
This commit is contained in:
parent
a61fa3f003
commit
059e3d608a
1
SETUP.md
1
SETUP.md
|
@ -31,6 +31,7 @@ $ ./configure && make && sudo make install && cd ..
|
|||
$ wget https://github.com/protobuf-c/protobuf-c/releases/download/v1.0.2/protobuf-c-1.0.2.tar.gz
|
||||
$ tar xzf protobuf-c-1.0.2.tar.gz
|
||||
$ cd protobuf-c-1.0.2
|
||||
$ sudo ldconfig
|
||||
$ ./configure && make && sudo make install && cd ..
|
||||
```
|
||||
|
||||
|
|
Reference in a new issue