albertodemichelis / squirrel

Official repository for the programming language Squirrel
http://www.squirrel-lang.org
MIT License
913 stars 156 forks source link

how to compile on wiodnows #210

Closed ufoul closed 4 years ago

ufoul commented 4 years ago

do make or what i did make and it says $ make mkdir -p lib A subdirectory or file -p already exists. Error occurred while processing: -p. A subdirectory or file lib already exists. Error occurred while processing: lib. mkdir -p bin A subdirectory or file -p already exists. Error occurred while processing: -p. A subdirectory or file bin already exists. Error occurred while processing: bin. and im in the directory what do i do also i meant build im trying to build from source

RobLoach commented 4 years ago

If you get cmake running on windows... it's over at: https://github.com/albertodemichelis/squirrel/blob/master/COMPILE#L26