mpd: Update from 0.20.18 to 0.20.19
[termux-packages] / packages / ldc / ldc-readme.patch
CommitLineData
89304c98 1diff --git a/README b/README
2new file mode 100644
3index 00000000..cd578cb7
4--- /dev/null
5+++ b/README
6@@ -0,0 +1,18 @@
7+This is LDC, the LLVM-based D compiler. It will natively
8+compile D on Android/ARM devices.
9+
10+The compiler configuration file is etc/ldc2.conf, and by
11+default only include/d is on the module search path.
12+
13+To develop for Android, you will find the D headers and
14+sample apps at this github repository useful:
15+
16+https://github.com/joakim-noah/android
17+
18+You can find instructions on building Android apps at the
19+D wiki:
20+
19862327 21+http://wiki.dlang.org/Build_D_for_Android
89304c98 22+
23+For further information, including how to report bugs,
24+please refer to the LDC wiki: http://wiki.dlang.org/LDC.