(no commit message)
authorcolepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0 <colepoirier@1ec9c8c87c85f09e4718cd80e0605065e33975f0@web>
Tue, 8 Sep 2020 20:04:30 +0000 (21:04 +0100)
committerIkiWiki <ikiwiki.info>
Tue, 8 Sep 2020 20:04:30 +0000 (21:04 +0100)
3d_gpu/mesa.mdwn

index 79d80b4fd8074928505a00df2fc4d4f1aa68d5bb..b5e2f6033f15cbdef322f1cc90fc1518fdc69208 100644 (file)
@@ -83,13 +83,15 @@ Now change back to the base `~/opt` directory and clone the `mesa` git repo from
 
     cd ~/opt
     git clone https://gitlab.freedesktop.org/vivekvpandya/mesa.git
+    git pull origin libresoc_dev
+    git checkout -b libresoc_dev
     cd mesa
     mkdir build && cd build
 
 In order to configure `mesa` for building and installation run the following command. Again, it is *very* important to specify `prefix=/home/$USER/opt/lsoc_mesa` because as mentioned above we need these files for development purposes, but we do not want to corrupt or interfere with our *system* `mesa` libraries.
 
     meson -Dbuildtype=debug -Dprefix=/home/$USER/opt/lsoc_mesa \
-     -Dvulkan-drivers=libre-soc                
+     -Dvulkan-drivers=libre-soc ..             
 
 After configuration has completed, run ninja to build and install the `mesa` libraries.