Build ChezScheme on windows 7
1, Install msys22, 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]