Arc Forumnew | comments | leaders | submitlogin
2 points by absz 6020 days ago | link | parent

I'm just using the Anarki (http://github.com/nex3/arc/tree/master): `git clone git://github.com/nex3/arc.git` and `git pull` (to update) should do it. See http://arclanguage.org/item?id=4951 for more details.

You'll also need mzscheme in your path; just download it from http://www.plt-scheme.org (v372 will work), and make sure you add the directory containing the binary to your PATH variable (`export PATH="$PATH:/path/to/the/directory/containing/the/mzscheme/binary"`).

I think that's everything, but I already had a highly customized setup. Feel free to ask any other further questions, but error messages/problems encountered would be helpful in those cases.