111 发表于 2017-7-8 21:18:50

Build ChezScheme on windows 7

1, Install msys2
2, Install visual studio 2015 and launch “vs2015 x64 native tools command prompt”, and run follow command from this terminal:
:

c:\msys64\msys2_shell.bat3, Install gcc and git by run:

pacman -S gcc base-devel
pacman -S git4, configure and make

git clone https://github.com/cisco/ChezScheme.git
cd ChezScheme
./configure -m=i3nt
make5, In C:\ChezScheme\i3nt\bin\i3nt\ dir, you should see petite.exe and scheme.exe.
页: [1]
查看完整版本: Build ChezScheme on windows 7