Files
archived-xed/examples
2016-12-24 07:47:12 -05:00
..
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-24 07:47:12 -05:00
2016-12-16 16:09:38 -05:00
2016-12-16 16:09:38 -05:00
2016-12-24 07:47:12 -05:00


To build the examples, a relatively recent version of python 2.7 is required.

================================
STATIC LIBRARY XED BUILD:
================================

  Linux or Mac:

    % ./mfile.py

  Windows:

   % C:/python27/python mfile.py

================================
DYNAMIC  LIBRARY XED BUILD:
================================

If you have a a shared-object (or DLL build on windows) you must also include
"--shared" on the command line:

  Linux or Mac:

    % ./mfile.py --shared

  Windows:

   % C:/python27/python mfile.py --shared
 
Add "--help" (no quotes) for more build options.