https://github.com/marekolsak/marek-build/?tab=readme-ov-file#mareks-approach-to-building-amd-gpu-drivers-for-driver-development
Marek
On Tue, Nov 19, 2024 at 3:19 AM Heiko Nardmann
wrote:
>
> Hi together,
>
> I would like to build mesa on my own on Ubuntu. After starting on this I
> experience
Hi together,
I would like to build mesa on my own on Ubuntu. After starting on this I
experienced that a lot of dependencies are needed; so I wondered whether there
are already Dockerfiles available for this. At least I did not see any inside
the repository?
Thanks in advance!
Kind regards,
If you have source code repositories enabled, you can do
sudo apt build-dep mesa
which gives you all the dependencies that the current version of Mesa in
Ubuntu has, which is a good starting point.
Then you probably want to disable everything you don't use to make it
easier & faster.
Regards
//Ern