File: build.rst

package info (click to toggle)
nvpy 2.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 2,460 kB
  • sloc: python: 4,870; makefile: 37; sh: 11
file content (8 lines) | stat: -rw-r--r-- 513 bytes parent folder | download
1
2
3
4
5
6
7
8
How to Build Executable File for Windows
========================================

1. Install python interpreter into the windows computer.
2. Create :code:`nvpy-build` folder on the desktop.
3. Exclude :code:`nvpy-build` folder from the security check. This step is necessary to prevent trouble while generating executable files.
4. Download and extract source code into the :code:`nvpy-build` folder.
5. Execute :code:`generate-nvpy-exe.bat` on a console. It will generate zip files on the :code:`dist` folder.