Skip to content

cordova application that demonstrate how to use the cordova stockfish plugin

Notifications You must be signed in to change notification settings

srenault/stockfishm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stockfishm

Stockfishm is a cordova application that demonstrate how to use the cordova stockfish plugin.

Requirements

Android:

  • the android SDK
  • SDK packages API 23
  • last version of Android SDK tools and platform tools
  • make sure the sdk/tools/ directory is in your path, so you can use android command everywhere.
  • ndk

iOS:

  • OS X and Xcode version 7.x

Init project after checkout

tarifa check --force

This will recreate the cordova folder with android and iOS platforms and also install plugins.

Install all web app dependencies

cd project
npm install

Build android

Build the native code using:

ndk-build -C app/platforms/android

Build the apk using:

tarifa build android

Build IOS

Through XCode, in the build settings menu:

  • Set C++ Language Dialect option to C++11 value.
  • Set C++ Standard Library option to lib++ value.

Finally, build the ios app using:

tarifa build ios

About

cordova application that demonstrate how to use the cordova stockfish plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages