Skip to content

efreyu/bento-time

Repository files navigation

bento-time

Project submodules structure:

Install:

  1. Install cocos2d v4
  2. Clone repo with all submodules
git clone --recurse-submodules [email protected]:efreyu/bento-time.git bento-time 
cd bento-time

Build from sources:

cd bento-time
cmake .. -DDEBUG=1
make -j$(nproc)

Generate project file (VS, Xcode, Android studio) :

For XCode - mac project

cd bento-time
cmake -S . -B build-win32 -GXcode -DDEBUG=1

For XCode - ios project

cd bento-time
cmake -S . -B build-ios -GXcode -DCMAKE_SYSTEM_NAME=iOS -DCMAKE_OSX_SYSROOT=iphoneos

For Visual Studio Community 2019

cd bento-time
cmake -S . -B build-win32 -G"Visual Studio 16 2019" -Tv142 -A Win32 -DDEBUG=1
and open .sln file from `build-win32` folder

Credits

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published