libsqlite: Update from 3.20.0 to 3.20.1
[termux-packages] / disabled-packages / ldc / ldc-readme.patch
1 diff --git a/README b/README
2 new file mode 100644
3 index 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 +
21 +http://wiki.dlang.org/Build_LDC_for_Android
22 +
23 +For further information, including how to report bugs,
24 +please refer to the LDC wiki: http://wiki.dlang.org/LDC.