On 08/09/2022 20:59, Guilhem Saurel via aur-general wrote:
Or even better
cmake -B build -S . -DCMAKE_INSTALL_PREFIX=/usr
cmake --build build
Any opinions ? Should we put that on the wiki² ?
Sorry, I jumped too fast. -.-
It does look like this is the default recommendation according to the
On 08/09/2022 20:59, Guilhem Saurel via aur-general wrote:
But I think we should let the end user choose if they want make or ninja, by
letting them configure their CMAKE_GENERATOR environment variable
Why? Isn't it the job of the PKGBUILD maintainer to maintain the
PKGBUILD so the software bu