comparison CodeAnalysis/ParseOrthancSDK.py @ 28:b2bbb516056e

The "Calling Python..." info logs are disabled if "PythonVerbose" is "false"
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 27 Apr 2020 07:59:35 +0200
parents df7b4f8a0437
children abe6dcd7f35e
comparison
equal deleted inserted replaced
27:ec7860ac40e9 28:b2bbb516056e
15 ## Affero General Public License for more details. 15 ## Affero General Public License for more details.
16 ## 16 ##
17 ## You should have received a copy of the GNU Affero General Public License 17 ## You should have received a copy of the GNU Affero General Public License
18 ## along with this program. If not, see <http://www.gnu.org/licenses/>. 18 ## along with this program. If not, see <http://www.gnu.org/licenses/>.
19 ## 19 ##
20
21
22 # Ubuntu 18.04:
23 # sudo apt-get install python-clang-4.0
24 # python2 ./ParseOrthancSDK.py --libclang=libclang-4.0.so.1 ../Resources/Orthanc/Sdk-1.5.7/orthanc/OrthancCPlugin.h ../Sources/Autogenerated
25 20
26 21
27 import argparse 22 import argparse
28 import clang.cindex 23 import clang.cindex
29 import os 24 import os