-
Notifications
You must be signed in to change notification settings - Fork 644
Idris on FreeBSD
frasertweedale edited this page Dec 2, 2014
·
1 revision
Install dependencies (as root):
pkg install -y gmake cabal-install
Install the latest version of Cabal and update the package list (as user):
cabal update
cabal install cabal-install
cabal update
Install Idris (as user):
cabal install idris
Idris requires GCC. At time of writing, the GCC executable used by GHC is
installed as gcc48
. Fortunately, Idris recognises the IDRIS_CC
environment
variable. Add it to your .profile
(or .zshrc
, or whatever is appropriate
for your shell):
echo IDRIS_CC=gcc48 >> ~/.profile
Finally, you will also need $HOME/.cabal/bin
on your PATH
.
Binary Packages
Tool Support
Community
- Libraries, available elsewhere
- Idris Developer Meetings
- The Zen of Idris
- Non English Resources
Development