I started using windows version but I could not get the tutorials to run.
Then
I talked to a friend, So I thought I'd try Linux. I've install
VirtualBox GNU/Linux 2.6 (64-bit) and Vagrant on my windows laptop.
Downloaded MIT/GNU Scheme and got to the
make compile-microcode
but no make , but your output mentioned sudo apt-get install make, so that worked
But I'm stalled at:
address@hidden:/vagrant/mit-scheme-9.2/mit-scheme-9.2/src$ make compile-microcode
(cd microcode && make all)
make[1]: Entering directory `/vagrant/mit-scheme-9.2/mit-scheme-9.2/src/microcode'
make[1]: *** No rule to make target `all'. Stop.
make[1]: Leaving directory `/vagrant/mit-scheme-9.2/mit-scheme-9.2/src/microcode'
make: *** [compile-microcode] Error 2
address@hidden:/vagrant/mit-scheme-9.2/mit-scheme-9.2/src$
Any clues?
thx!