Skip to content

Creating an executable for Windows

Chris Winkler edited this page May 22, 2019 · 3 revisions

We use cx_freeze to create an executable for RefCurv.

Following steps are necessary:

  1. Find the setup file pkg/setup.py
  2. setup.py must be copied into the main RefCurv folder (with refcurv.py) and run there (python setup.py build)
  3. R must be included manually (as "R-3.3.2") into the main folder
  4. setup_exe.bat automatizes this process

All required Python and R packages should be installed on your machine.

We tested the method with Python 3.4.0 32-bit and R 3.5.2 32-bit.

Clone this wiki locally