mirror of
https://github.com/RPCSX/xed.git
synced 2026-01-31 01:05:17 +01:00
Change-Id: Ieb2cc54b90150dc97bb09ed7bde091ce03f75de4 (cherry picked from commit 2f924eaf4c4695192a6cd30a12954c5f3c2d33a6) (cherry picked from commit e222684fb9e0ea52e38a289f792379e4b793339b)
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.