diff StoneWebViewer/WebAssembly/ParseWebAssemblyExports.py @ 1518:433cf964838d

prevents random config. names + typofix + doc
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 31 Jul 2020 12:47:27 +0200
parents fb74ed5d8c22
children
line wrap: on
line diff
--- a/StoneWebViewer/WebAssembly/ParseWebAssemblyExports.py	Fri Jul 31 12:46:22 2020 +0200
+++ b/StoneWebViewer/WebAssembly/ParseWebAssemblyExports.py	Fri Jul 31 12:47:27 2020 +0200
@@ -19,12 +19,14 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
+# Ubuntu 20.04:
+# sudo apt-get install python-clang-6.0
+# ./ParseWebAssemblyExports.py --libclang=libclang-6.0.so.1 ./Test.cpp
 
 # Ubuntu 18.04:
 # sudo apt-get install python-clang-4.0
 # ./ParseWebAssemblyExports.py --libclang=libclang-4.0.so.1 ./Test.cpp
 
-
 # Ubuntu 14.04:
 # ./ParseWebAssemblyExports.py --libclang=libclang-3.6.so.1 ./Test.cpp
 
@@ -34,8 +36,6 @@
 import pystache
 import argparse
 
-
-
 ##
 ## Parse the command-line arguments
 ##