Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sunfish-shogi/coconut-sample
https://github.com/sunfish-shogi/coconut-sample
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/sunfish-shogi/coconut-sample
- Owner: sunfish-shogi
- License: zlib
- Created: 2013-12-30T20:13:48.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2023-01-08T04:03:06.000Z (almost 2 years ago)
- Last Synced: 2023-08-07T18:50:46.462Z (over 1 year ago)
- Language: C++
- Size: 1.8 MB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
coconut-sample
==============Sample project for Coconut(https://github.com/sunfish-shogi/coconut).
Checkout
--------```
git clone https://github.com/sunfish-shogi/coconut-sample.git
cd coconut-sample
sh init_modules.sh
```Build
-----### iOS
### Android
```
cd proj.android
./build_native.py -p 19 -b debug
```