Skip to content

Instantly share code, notes, and snippets.

@codenoid
Created September 30, 2017 14:35
Show Gist options
  • Select an option

  • Save codenoid/bf640bab05164d56567b091d9ac2cbae to your computer and use it in GitHub Desktop.

Select an option

Save codenoid/bf640bab05164d56567b091d9ac2cbae to your computer and use it in GitHub Desktop.

Install Crystal on Raspbian

Add the APT repository, along with the signing key:

echo "deb http://public.portalier.com raspbian/" > /etc/apt/sources.list.d/crystal.list curl "http://public.portalier.com/raspbian/julien%40portalier.com-005faf9e.pub" | sudo apt-key add -

Once the repository is configured, you may install/update Crystal and Shards:

sudo apt-get update sudo apt-get install crystal

Notes

Packages are linked on Raspbian Jessie (2016-09-23) using LLVM 3.9 packages from unstable.
Packages are available for the armhf architecture.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment