(no commit message)
authorcolepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0 <colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0@web>
Thu, 27 Aug 2020 20:14:18 +0000 (21:14 +0100)
committerIkiWiki <ikiwiki.info>
Thu, 27 Aug 2020 20:14:18 +0000 (21:14 +0100)
3d_gpu/mesa.mdwn

index ad72fa81f404fbe66363f64b18ba869d24da2aa2..afb3d476c3c6f88c8c0cf5626555431e81c79446 100644 (file)
@@ -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.