1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-24 12:40:52 +03:00

Created Running from source (markdown)

Jonathan Harris 2015-09-13 13:00:02 +01:00
parent 74da377ef4
commit 013eb972b1

33
Running-from-source.md Normal file

@ -0,0 +1,33 @@
Download and extract the source code of the [latest release](https://github.com/Marginal/EDMarketConnector/releases/latest).
Mac:
* Requires the Python “requests” module - install this with `easy_install requests` .
* Run with `./EDMarketConnector.py` .
Windows:
* Requires Python2.7 and the Python “requests” module.
* Run with `EDMarketConnector.py` .
Linux:
* Requires the Python “imaging-tk”, “iniparse” and “requests” modules. On Debian-based systems install these with `sudo apt-get install python-imaging-tk python-iniparse python-requests` .
* Run with `./EDMarketConnector.py` .
Packaging for distribution
--------
Mac:
* requires py2app 0.9.x
* [Sparkle.framework](https://github.com/sparkle-project/Sparkle) installed in /Library/Frameworks
* Run `setup.py py2app`
Windows:
* requires py2exe 0.6.x
* winsparkle.dll & .pdb from [WinSparkle](https://github.com/vslavik/winsparkle) copied to the current directory
* [WiX Toolset](http://wixtoolset.org/)
* Run `setup.py py2exe`