-
Notifications
You must be signed in to change notification settings - Fork 148
Installing Using a Package Manager
Tarn W. Burton edited this page May 23, 2022
·
13 revisions
Work is in progress to enable build and installing Clasp/Cando from package managers such as apt-get, brew, etc. Currently, the only supported package is the Arch AUR package. If you are using MacOS or a non-Arch based Linux distribution you will need to build Clasp/Cando from source.
Installing Clasp on Arch can be done using an AUR helper such as yay. Building in this manner using the clasp-cl-git package will build Clasp while cando-git will build Clasp and Cando. If you do not have yay installed you can install via the following commands.
pacman -S --needed git base-devel
git clone https://aur.archlinux.org/yay.git
cd yay
makepkg -si
Once yay is installed you can installation Clasp with yay clasp-cl-git
or Clasp and Cando with yay cando-git
.