From: colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0 Date: Thu, 27 Aug 2020 20:14:18 +0000 (+0100) Subject: (no commit message) X-Git-Tag: convert-csv-opcode-to-binary~2205 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=53fe374639168e80b9c181274fda34f21462f771;p=libreriscv.git --- 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.