Update README

This commit is contained in:
nsubiron 2017-07-18 11:17:09 +02:00
parent 3fa07953ce
commit 1c40a18627
2 changed files with 5 additions and 6 deletions

View File

@ -5,8 +5,8 @@ Plugin for Unreal Engine 4.
See [CHANGELOG](CHANGELOG.md). See [CHANGELOG](CHANGELOG.md).
Settings Run-time settings
-------- -----------------
See [Resources/Example.CarlaSettings.ini](Resources/Example.CarlaSettings.ini). See [Resources/Example.CarlaSettings.ini](Resources/Example.CarlaSettings.ini).

View File

@ -1,7 +1,7 @@
CarlaServer CarlaServer
=========== ===========
Library for socket communications. Library for asynchronous socket communications.
Building Building
-------- --------
@ -10,7 +10,7 @@ Building
Install boost, protobuf, cmake and ninja. Install boost, protobuf, cmake and ninja.
$ sudo apt-get install libpng16-dev libprotobuf-dev protobuf-compiler libboost-all-dev cmake ninja-build $ sudo apt-get install libprotobuf-dev protobuf-compiler libboost-all-dev cmake ninja-build
**IMPORTANT:** Please define environment variable `UE4_ROOT` pointing to Unreal **IMPORTANT:** Please define environment variable `UE4_ROOT` pointing to Unreal
Engine's installation folder so we can link against the right version of libpng, Engine's installation folder so we can link against the right version of libpng,
@ -22,8 +22,7 @@ Run make in this folder
#### Windows #### Windows
Note: PNG compression is not implemented on Windows, the server won't send any Note: PNG compression is not implemented on Windows.
images.
Compile and install [boost](http://www.boost.org/). Compile and install [boost](http://www.boost.org/).