(no commit message)
[libreriscv.git] / 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.