From 8b8f9d9a942f5295000da888d30ef92f74111a6d Mon Sep 17 00:00:00 2001 From: nsubiron Date: Wed, 17 Jan 2018 15:58:29 +0100 Subject: [PATCH] Test mkdocs formatting --- Docs/faq.md | 18 ++++++++++++++---- 1 file changed, 14 insertions(+), 4 deletions(-) diff --git a/Docs/faq.md b/Docs/faq.md index cf85c002c..35a806bb5 100644 --- a/Docs/faq.md +++ b/Docs/faq.md @@ -2,7 +2,7 @@ CARLA F.A.Q. ============
-
+
What is the expected disk space needed for building CARLA?
@@ -16,7 +16,7 @@ requires much more disk space as it keeps all the intermediate files,
-
+
Is it possible to dump images from the CARLA server view?
@@ -29,7 +29,10 @@ Images are saved to "CarlaUE4/Saved/Screenshots/LinuxNoEditor".
-#### I downloaded CARLA source from GitHub, where is the "CarlaUE4.sh" script? +
+
+ I downloaded CARLA source from GitHub, where is the "CarlaUE4.sh" script? +
There is no "CarlaUE4.sh" script in the source version of CARLA, you need to follow the instructions in the [documentation](http://carla.readthedocs.io) on @@ -37,9 +40,16 @@ building CARLA from source. Once you open the project in the Unreal Editor, you can hit Play to test CARLA. -#### How can I create a binary version of CARLA? +
+ +
+
+ How can I create a binary version of CARLA? +
To compile a binary (packaged) version of CARLA, open the CarlaUE4 project with Unreal Editor, go to the menu "File -> Package Project", and select your platform. This takes a while, but in the end it should generate a packaged version of CARLA to execute without Unreal Editor. + +