# clover **Repository Path**: mirrors_community_gitlab_freedesktop/clover ## Basic Information - **Project Name**: clover - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-03-16 - **Last Updated**: 2025-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README The best way to compile is to use out of src build, like such: mkdir some/path/build cd some/path/build cmake -DGALLIUM_DIR=/home/user/projects/mesa /home/user/projects/clover make That should be it, make sure that GALLIUM_DIR point to top of Mesa checkout. If your Clang is installed to a different location than LLVM, then define CLANG_INCLUDE_DIR and CLANG_LIB_DIR like so: -DCLANG_INCLUDE_DIR=/opt/clang/include -DCLANG_LIB_DIR=/opt/clang/lib