Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
=================
SCL_Bind Project
=================
Instructions to compile project:
--------------------------------
cd SCL_Bind/
qmake
make
Alternatively you can load the project (SCL_Bind.pro) with QtCreator IDE.
Dependencies:
-------------
XSD:
sudo apt-get install xsd
Instructions to run SCL_Bind:
-----------------------------
To parse one file:
./SCL_Bind filename
To parse every file in a directory tree like this:
+Dir1/
+Dir2/
+Dir3/
-SCL_Bind (executable)
find . -iname "*.icd" -exec ./SCL_Bind {} \;