Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 811 Bytes

gabs-swap.md

File metadata and controls

32 lines (19 loc) · 811 Bytes

gabs-swap(1) -- change the system's active LLVM/Mesa in use

SYNOPSIS

gabs-swap <NUMBER_OF_BITS> <NEW_DIR>

DESCRIPTION

For use in-tangent with llvm-git-gentz/mesa-git-gentz, gabs-swap let's you swap out the system's current llvm-git-gentz/mesa-git-gentz for another. This lets you avoid having to pacman -U the new one, which can be slow for the bigger multi-gigabyte LLVM builds.

USAGE

Pretty simple, pass in the number of bits (i.e. either 32 or 64) following by the directory to the new LLVM/Mesa.

EXAMPLES

$ gabs-swap llvm 64 "$(pwd)/../some-directory-with-llvm64" 

$ gabs-swap mesa 64 "$(pwd)/../some-directory-with-mesa"

AUTHOR

Freya Gentz <[email protected]>

SEE ALSO

gabs-build(1)