From 36221976ef1b020626ed256e5f5163ba361b009f Mon Sep 17 00:00:00 2001 From: Deepak Talwar Date: Mon, 11 Nov 2019 15:17:18 -0800 Subject: [PATCH 1/4] Added instruction to install Vulkan for Linux --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4bba6c9b0..1d0740413 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,9 @@ Currently, running the simulator in Windows yields better performance than runni 1. Download the latest release of the LGSVL Simulator for your supported operating system (Windows or Linux) here: [https://github.com/lgsvl/simulator/releases/latest](https://github.com/lgsvl/simulator/releases/latest) 2. Unzip the downloaded folder and run the executable. - +3. If you are running on Linux, make sure you have Vulkan userspace library installed: +`sudo apt-get install libvulkan1 +` ### Building and running from source **NOTE**: to clone repository faster, clone only single branch: @@ -99,4 +101,4 @@ Please feel free to provide feedback or ask questions by creating a Github issue Copyright (c) 2019 LG Electronics, Inc. -This software contains code licensed as described in LICENSE. \ No newline at end of file +This software contains code licensed as described in LICENSE. From 6b24173204ffd3eed5a7fcda0b96e1ea47ce8f2d Mon Sep 17 00:00:00 2001 From: Deepak Talwar Date: Mon, 11 Nov 2019 15:18:26 -0800 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1d0740413..73be66c35 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,7 @@ Currently, running the simulator in Windows yields better performance than runni 1. Download the latest release of the LGSVL Simulator for your supported operating system (Windows or Linux) here: [https://github.com/lgsvl/simulator/releases/latest](https://github.com/lgsvl/simulator/releases/latest) 2. Unzip the downloaded folder and run the executable. 3. If you are running on Linux, make sure you have Vulkan userspace library installed: + `sudo apt-get install libvulkan1 ` ### Building and running from source From 358c51016ac8623961d7e7c9ba84c21ae333c9a3 Mon Sep 17 00:00:00 2001 From: Deepak Talwar Date: Mon, 11 Nov 2019 15:19:14 -0800 Subject: [PATCH 3/4] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 73be66c35..627541580 100644 --- a/README.md +++ b/README.md @@ -65,9 +65,9 @@ Currently, running the simulator in Windows yields better performance than runni 1. Download the latest release of the LGSVL Simulator for your supported operating system (Windows or Linux) here: [https://github.com/lgsvl/simulator/releases/latest](https://github.com/lgsvl/simulator/releases/latest) 2. Unzip the downloaded folder and run the executable. 3. If you are running on Linux, make sure you have Vulkan userspace library installed: - -`sudo apt-get install libvulkan1 ` + sudo apt-get install libvulkan1 +` ### Building and running from source **NOTE**: to clone repository faster, clone only single branch: From 735302c8249ffadfff3175ccdbba54c67a7af926 Mon Sep 17 00:00:00 2001 From: Deepak Talwar Date: Mon, 11 Nov 2019 15:19:38 -0800 Subject: [PATCH 4/4] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 627541580..92bd64561 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,9 @@ Currently, running the simulator in Windows yields better performance than runni 1. Download the latest release of the LGSVL Simulator for your supported operating system (Windows or Linux) here: [https://github.com/lgsvl/simulator/releases/latest](https://github.com/lgsvl/simulator/releases/latest) 2. Unzip the downloaded folder and run the executable. 3. If you are running on Linux, make sure you have Vulkan userspace library installed: + ` - sudo apt-get install libvulkan1 + sudo apt-get install libvulkan1 ` ### Building and running from source