Skip to content

Create Executable

Peter Hofmann edited this page Aug 6, 2017 · 1 revision

Create an executable

First of all, open a command prompt and install cx_Freeze:

bash
pip install cx-freeze

Then, go to the SMBEdit folder and type:

bash
python make.py build

The executable should appear in the 'SMBEdit/build/exe./' folder.

Clone this wiki locally