Skip to content

Stripped-down Squirrel (Squirrel-Lang) library specifically built for CMake.

License

Notifications You must be signed in to change notification settings

PerikiyoXD/ezsquirrel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ezsquirrel

Stripped-down Squirrel (Squirrel-Lang) library specifically built for CMake.

(Original project: https://github.com/albertodemichelis/squirrel)

Why?

Because Squirrel contains unneeded files in it's official repository, and it's pretty annoying searching and building the specific stuff you need and not finish building examples or other subprojects.

Here instead we have an straightforward generation. No samples, no shit. Just what you need. And it works with CMake.

How?

Linux

git clone https://github.com/PerikiyoXD/ezsquirrel
cd ezsquirrel
mkdir build
cd build
cmake .. -G"Unix Makefiles"
make

MSYS2

git clone https://github.com/PerikiyoXD/ezsquirrel
cd ezsquirrel
mkdir build
cd build
cmake .. -G"MSYS Makefiles"
make

Windows

git clone https://github.com/PerikiyoXD/ezsquirrel
cd ezsquirrel
mkdir build
cd build
cmake .. -G"Visual Studio 15 2017"

And open Visual Studio Solution (.sln) located inside build folder. (ie: C:/base/folder/ezsquirrel/build/ezsquirrel.sln)

About

Stripped-down Squirrel (Squirrel-Lang) library specifically built for CMake.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages