Skip to content
This repository was archived by the owner on Jan 21, 2022. It is now read-only.

Commit 5f8c8b9

Browse files
authored
Merge pull request #6 from OpenSimulationInterface/maintenance/pmai-patch-1
Update README.md build dependencies
2 parents 08182db + 656d812 commit 5f8c8b9

File tree

1 file changed

+9
-10
lines changed

1 file changed

+9
-10
lines changed

README.md

Lines changed: 9 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,17 @@ Visualization tool for OSI messages. This software serves as visualization tool
66

77
Some software library dependencies are needed to run the osi-visualizer:
88

9-
cmake (version >= 3.7): https://cmake.org/
10-
Qt (> 5.5.0): http://download.qt.io/official_releases/qt/
11-
ZeroMQ (>4.2.1): http://zeromq.org/intro:get-the-software (The osi-visualizer needs to use ZeroMQ libraries to complete the socket communication between different sensor / traffic / scenario simulators.)
12-
protobuf 2.6.1: https://github.com/google/protobuf
13-
Open Simulation Interface 2.2.0: https://github.com/OpenSimulationInterface/open-simulation-interface.git
9+
* cmake (version >= 3.5): https://cmake.org/
10+
* Qt (> 5.5.0): http://download.qt.io/official_releases/qt/
11+
* ZeroMQ (>4.2.1): http://zeromq.org/intro:get-the-software
12+
The osi-visualizer needs to use ZeroMQ libraries to complete the socket communication between different sensor / traffic / scenario simulators. Note that the C++ Bindings are required as well.
13+
* protobuf 2.6.1: https://github.com/google/protobuf
1414

15-
Please modify the original paths information to the user dependent local libraries setup in the CMakeLists.txt file.
15+
The required version of Open Simulation Interface (https://github.com/OpenSimulationInterface/open-simulation-interface.git) is referenced as a git submodule, so be sure to run git submodule init && git submodule update after cloning the osi-visualizer repository.
1616

17-
We strongly recommend users to use the osi-visualizer under Ubuntu 16.04 Linux.
17+
If the CMake build process does not automatically locate the required libraries, please use the usual CMake options to set the relevant CMake variables to the proper paths.
18+
19+
Currently we strongly recommend users to use the osi-visualizer under Ubuntu Linux 16.04 LTS. You can see a working development environment based on Ubuntu 16.04 LTS in the Dockerfile in the repository.
1820

1921
## Build
2022
### From Terminal:
@@ -61,6 +63,3 @@ The others are self-explaining.
6163

6264
## Notice
6365
When playing large osi files, try to adapt the Delta Delay. Then the tool renders smoothly.
64-
65-
66-

0 commit comments

Comments
 (0)