,!update droidfish: stockfish should be working now but it looks like
fdroid is doing ndk-build anyway. I can't tell because top says fdroid and the -v flag gives no info.
This commit is contained in:
parent
40aad1fcb4
commit
9dc14cb854
|
@ -6,9 +6,7 @@ Issue Tracker:http://code.google.com/p/cuckoochess/issues/list
|
|||
|
||||
Summary:Chess program
|
||||
Description:
|
||||
Port of the CuckooChess applet/engine. By default the app uses the Stockfish chess engine
|
||||
but the F-droid build has somehow broken that, so you'll have to use the CuckooChess engine instead.
|
||||
A fully functioning apk can be downloaded from the website.
|
||||
N.B Stockfish engine should be working now. Port of the CuckooChess applet/engine.
|
||||
|
||||
If you have [[org.scid.android]] installed you can read Scid database files directly from the
|
||||
app by long-pressing the board and choosing Load game from Scid file.
|
||||
|
@ -19,6 +17,8 @@ Repo:http://cuckoochess.googlecode.com/svn/trunk/
|
|||
|
||||
Build Version:1.44,51,963,subdir=DroidFish,buildjni=yes,target=android-10,\
|
||||
prebuild=cp -r ../CuckooChessEngine/src/* src/
|
||||
Build Version:1.45,52,!should work but fdroid seems to want to do ndk-build anyway 1044,subdir=DroidFish,buildjni=no,target=android-10,\
|
||||
prebuild=cp -r ../CuckooChessEngine/src/* src/ && ndk-build && ant copy_stockfish -f build_copy_exe.xml
|
||||
|
||||
Auto Update Mode:None
|
||||
Update Check Mode:Market
|
||||
|
|
Loading…
Reference in a new issue