From 53fe374639168e80b9c181274fda34f21462f771 Mon Sep 17 00:00:00 2001 From: "colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0" Date: Thu, 27 Aug 2020 21:14:18 +0100 Subject: [PATCH] --- 3d_gpu/mesa.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3d_gpu/mesa.mdwn b/3d_gpu/mesa.mdwn index ad72fa81f..afb3d476c 100644 --- a/3d_gpu/mesa.mdwn +++ b/3d_gpu/mesa.mdwn @@ -46,7 +46,7 @@ Then, still as root, run the following to get the necessary dependencies for bui apt-get build-dep -y libdrm apt-get build-dep -y mesa -Now we are going to build and install `drm` from source as the debian apt versions are not recent enough to build mesa. Run all of these command as a regular user, *DO NOT RUN AS ROOT* it is not necessary. +Now we are going to build and install `drm` from source as the debian apt versions are not recent enough to build mesa. Run all of these command as a regular user, **DO NOT RUN AS ROOT** it is not necessary. First, create our working directory `opt` in our user directory. In order to not mess with system `drm` and `mesa` libraries, also create a sub-directory `lsoc_mesa` to hold our header files and libraries. After creating the `opt` directory, cd into it to make it our active, current working directory. -- 2.30.2