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:

:

1
c:\msys64\msys2_shell.bat

3, Install gcc and git by run:

1
2
pacman -S gcc base-devel
pacman -S git

4, configure and make

1
2
3
4
git clone https://github.com/cisco/ChezScheme.git
cd ChezScheme
./configure -m=i3nt
make

5, In C:\ChezScheme\i3nt\bin\i3nt\ dir, you should see petite.exe and scheme.exe.

posted on 2017-04-20 13:12  haskellstudio  阅读(246)  评论(0)    收藏  举报

导航