From 19adf81c1621d8d3b571c1cce9277c30f88ebea0 Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Thu, 6 Jan 2022 17:17:46 -0500 Subject: [PATCH] Apply suggestions from code review MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julian Groß --- BUILD_LINUX.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/BUILD_LINUX.md b/BUILD_LINUX.md index 7adcbd0479..df99bb16e8 100644 --- a/BUILD_LINUX.md +++ b/BUILD_LINUX.md @@ -51,7 +51,6 @@ Verify OpenSSL was installed by running `openssl version`. - OpenGL: ```bash sudo apt-get install libgl1-mesa-dev -y -sudo ln -s /usr/lib/x86_64-linux-gnu/libGL.so.346.35 /usr/lib/x86_64-linux-gnu/libGL.so.1.2.0 ``` Verify OpenGL: - First install mesa-utils with the command `sudo apt install mesa-utils -y`. @@ -138,7 +137,7 @@ Prepare makefiles: cmake .. ``` -If cmake fails with a vcpkg error, then delete `/tmp/vircadia/vcpkg`. +If cmake fails with a vcpkg error, then delete `~/vircadia-files/vcpkg/`. Start compilation of the server and grab a cup of coffee: ```bash @@ -187,4 +186,4 @@ Go to localhost in the running Interface to visit your newly launched world. If your goal is to set up a development environment, it is desirable to set the directory that vcpkg builds into with the `HIFI_VCPKG_BASE` environment variable. For example, you might set `HIFI_VCPKG_BASE` to `/home/$USER/vcpkg`. -By default, vcpkg will build in the system `/tmp` directory. +By default, vcpkg will build in the `~/vircadia-files/vcpkg/` directory.