Advertisement
illwieckz

macos netradiant without gtk theme

Mar 29th, 2024
739
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.23 KB | None | 0 0
  1. cmake -G "Unix Makefiles" -S. -Bbuild -DCMAKE_BUILD_TYPE=Release -DBUILTIN_GTKTHEME_MOJAVE=OFF
  2. cmake --build build -- -j$(nproc) builtins
  3. cmake -G "Unix Makefiles" -S. -Bbuild
  4. cmake --build build -- -j$(nproc)
  5. cmake --install build
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement