Arc Forumnew | comments | leaders | submitlogin
Building
1 point by ebwen 5665 days ago | 4 comments
hi,

how do you build arc on windows? is there a step by step?

thanx



1 point by fallintothis 5665 days ago | link

1. Install version 352 of MzScheme. (This is the version we use. Don't use the latest version. There is said to be some bug/feature in it that breaks Arc.)

2. Get http://ycombinator.com/arc/arc2.tar and untar it.

3. Type mzscheme -m -f as.scm and you should get an Arc prompt.

4. If you ^C an Arc program, you'll get the Scheme REPL. Use (tl) to get back to the Arc REPL.

5. If you have questions or suggestions, post them on the forum.

http://arclanguage.org/install

-----

1 point by ebwen 5664 days ago | link

thanx! will that work with "Arc3F" too? i get a uname not found error when i try to build with mzscheme -m -f as.scm.

-----

1 point by almkglor 5664 days ago | link

Arc3F has a launcher script for Linux which is supposed to work with any sufficiently Unix-like system (it's tested and works with GNU/Linux, specifically Ubuntu Hardy Heron; AFAIK the others here don't have problems, so it'll probably work with a large enough percentage of GNU/Linux systems). It also has a launcher batch file which is supposed to work with Windows; eds and b0R_ report that they have managed to run Arc3F with that batch file.

You are not supposed to use mzscheme -m -f with Arc3F, although I haven't actually tried; it might work.

-----

1 point by cchooper 5664 days ago | link

The uname error is not Arc4F specific. I keep meaning to look into it but then I find something more interesting to do instead :)

-----