albertodemichelis / squirrel

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

Add .sh and .bat files for easer configuring and compile. #280

Open celisej567 opened 7 months ago

celisej567 commented 7 months ago

Squirrel have this compile instructions for CMake:

This this works good, but may be complicated for someone who want to fastly compile squirrel without having to write alot of commands in console. Ive made simple .sh and .bat files for Unix and Windows platforms. They do basically same (unless instead of make for compile they uses cmake ) but everything for you. You still can specify params for cmake and compile. Here is quick instruction:

I'm not saying make this the main type of building, but as a lazy alternative.

celisej567 commented 2 months ago

k im stupid and i have added wrong commits as well. Thats why its not compiling for you. you need latest four commits

emmanuel-aubertin commented 1 month ago

Well, I'm closing my PR because all the commits are there 😎