Skip to content

Building executables

Marcus Møller edited this page Aug 15, 2013 · 1 revision

To build a single-file executable of your PyORPG project, I recommend PyInstaller.

There are two ways of building single-file executables for your PyORPG project:

  • Use the automatic CLI builders found in the tools folder or
  • do it manually by learning how to use PyInstaller

This page will describe how to use the automatic builders that are provided in PyORPG.

Please note that for building a GNU/Linux executable you need to have access to a GNU/Linux machine - same thing applies to Microsoft Windows and OSX

Building under GNU/Linux

To use the automatic builder, simply run the create-executable-lin.sh found in the tools folder.

Building under Microsoft Windows

No automatic builder for Microsoft Windows has been created yet.

Building under OSX

No automatic builder for OSX has been created yet.

Clone this wiki locally