We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d042af commit 810546fCopy full SHA for 810546f
1 file changed
README.md
@@ -30,7 +30,7 @@ Install `protobuf` 3.0.0:
30
$ sudo apt-get install libprotobuf-dev protobuf-compiler
31
```
32
33
-##### Build and install example
+##### Build examples
34
```bash
35
$ git clone https://github.com/OpenSimulationInterface/osi-sensor-model-packaging.git
36
$ cd osi-sensor-model-packaging
@@ -39,6 +39,5 @@ $ cd examples
39
$ mkdir -p build
40
$ cd build
41
$ cmake ..
42
-$ make
43
-$ sudo make install
+$ cmake --build .
44
0 commit comments