Skip to content

Commit 4466e22

Browse files
committed
Update TODO in developer notes for Windows build
1 parent 45d1388 commit 4466e22

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

doc/developer-notes.rst

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,14 @@ for more information.
3737

3838
Bundling gen_erate for Windows
3939
******************************
40-
TODO
4140

42-
**gen_erate.exe** may be produced by issuing the following command
43-
on a windows machine where python, ply and pyrsl are installed:
41+
**gen_erate.exe** may be produced by issuing the following commands from the
42+
root of the repository on a Windows machine where ``python3`` is installed:
4443

4544
::
4645

47-
$ python setup.py py2exe -O2 -c -b1 -p xtuml,rsl
46+
$ python -m pip install pyinstaller
47+
$ python -m pip install .
48+
$ pyinstaller gen_erate.spec
4849

49-
Note that binaries produced by py2exe depend on MSVCR90.dll which is distributed
50-
with the `Microsoft Visual C++ 2008 Redistributable Package
51-
<https://www.microsoft.com/en-us/download/details.aspx?id=29>`__
50+
More details on the usage of ``pyinstaller`` can be found `here <https://pyinstaller.org/en/stable/>`__.

0 commit comments

Comments
 (0)