Re: [ANNOUNCE] mesa 24.2.7

2024-11-20 Thread Marek Olšák
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

Re: [ANNOUNCE] mesa 24.2.7

2024-11-19 Thread Heiko Nardmann
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,

Re: [ANNOUNCE] mesa 24.2.7

2024-11-19 Thread Ernst Persson
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