X-Git-Url: http://gitweb.fperrin.net/?p=Dictionary.git;a=blobdiff_plain;f=readme.txt;h=3fb06f897f75c74861e85dd20e855a7c4e6055a9;hp=4d18cc91f58677f85296498c3ff595457c861736;hb=44700916fc1d55c17498a9a9224b07e247a498ee;hpb=8d46ed8e79aa1fa4ae0f0e254c5c7e2342e3bfd7 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