Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorZoltan Varga <vargaz@gmail.com>2019-10-07 23:37:09 +0300
committerAlexander Köplinger <alex.koeplinger@outlook.com>2019-10-07 23:37:09 +0300
commitc7f8e5bdb7dddd8ad437343f8715f6d36cdcbf7d (patch)
tree25da870536012d61882749997db014c68999f02a /tools
parentd28d72cb960111e038a54e7b7ea1f897cebe12a1 (diff)
[offsets-tool] Update the README. (#17212)
Diffstat (limited to 'tools')
-rw-r--r--tools/offsets-tool-py/README.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/tools/offsets-tool-py/README.md b/tools/offsets-tool-py/README.md
index 31d1ef3a30b..d997b0e82ec 100644
--- a/tools/offsets-tool-py/README.md
+++ b/tools/offsets-tool-py/README.md
@@ -1,3 +1,5 @@
-This is a python version of the offsets tool in tools/offsets-tool.
-Unlike the c# version which depends on mono and CppSharp, this depends on python and libclang. Currently, it only runs on osx.
+This is a tool to generate offsets file for use by the mono cross compilers.
+It depends on python and libclang. The 'clang' directory contains the python bindings to libclang, they are taken from:
+https://github.com/llvm/llvm-project/commits/master/clang/bindings/python/clang
+rev 8a12e40185cd0ce7031e6abab4af12e6fc923110