From: <and...@bl...> - 2020-11-09 07:15:00
|
Hi Robert It is actually quite simple as we are using distutils to package everything. If you ahve everything installed correctly, then it should be enough using the following command in the root of pyFltk: > python setup.py bdist_wininst This will compile the project and create a Windows installer. If you are using a non-standard compiler, then you can add it to the command line using then --compiler switch, I used to compile using the mingw32 compiler for quite some time actually. Good luck Andreas ----Ursprüngliche Nachricht---- Von : ro...@gm... Datum : 09/11/2020 - 00:00 (CEST) An : pyf...@li... Betreff : [Pyfltk-user] windows executable installer I'm wondering how to create the MS Windows .exe installation files located here https://sourceforge.net/projects/pyfltk/files/pyfltk/pyFltk-1.3.5/ I want to create a Python 3.9, 64 bit version if possible, but maybe 32 bit first would be easier. Wondering if anyone knows how to accomplish this? I want to use mingw. I know there is both the older mys/mingw and the newer msys2/mingw64. Thanks for your help |