Skip to content

Commit

Permalink
Specify correct jniLibs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
gkalab committed Aug 23, 2019
1 parent 857ae95 commit 5385b07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion StockfishChessEngine/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,5 @@ public class YourEngineProvider extends ChessEngineProvider {
```
* add the file enginelist.xml to your project under res/xml/ (see example enginelist.xml of this project)
* make sure your engine looks like a library, e.g. name your engine executable libXXX.so where XXX is the name of your engine
* put the engine executables for the various targets under libs/armeabi, libs/armeabi-v7a, libs/x86, etc.
* put the engine executables for the various targets under src/main/jniLibs/armeabi, src/main/jniLibs/armeabi-v7a, src/main/jniLibs/x86, etc.
* you can put more than one engine into one app (demonstrated here with asmFish for x86_64)

0 comments on commit 5385b07

Please sign in to comment.