X-Git-Url: http://gitweb.fperrin.net/?a=blobdiff_plain;f=readme.txt;h=3fb06f897f75c74861e85dd20e855a7c4e6055a9;hb=594e2d2f2d326d6dd8507592b905956e2e93bf61;hp=4d18cc91f58677f85296498c3ff595457c861736;hpb=bb146f7e87ba7cca813969d9e73a661faa1d1f3a;p=Dictionary.git diff --git a/readme.txt b/readme.txt index 4d18cc9..3fb06f8 100644 --- a/readme.txt +++ b/readme.txt @@ -1,10 +1,13 @@ -Make sure you also checked out the Util repository, -and if you want to generate dictionaries also the DictionaryPC -repository. -They need to be at the same level as this one, not inside it. +Make sure you use the --recursive option to clone, or otherwise +make sure the Util submodule is correctly checked out. +If you want to generate dictionaries also manually clone the DictionaryPC +repository, it needs to be at the same level as this one, not inside it. To compile the APK, just open this repository in Android Studio. You can also use gradle directly. +Note that compilation is only tested on Linux. +It is possible to disable the smallicu/makesmallicu step if it causes +issues, though help to debug any such issue would be welcome. And approximation of the steps for generating dictionaries: - go into the DictionaryPC repository