source: makeinst.sh@ 934:b37db35a1329

python3
Last change on this file since 934:b37db35a1329 was 934:b37db35a1329, checked in by István Váradi <ivaradi@…>, 5 years ago

New script to build the distribution under windows (re #347)

  • Property exe set to *
File size: 594 bytes
Line 
1#!/bin/bash
2
3#set MSVCRDIR=c:\windows\winsxs\x86_Microsoft.VC90.CRT*9.0.21022.8*
4export GTKRTDIR=/mingw32
5export CEFDIR=/mingw32/lib/python3.7/site-packages/cefpython3
6#set CHROMEDRIVER=c:\tmp\chromedriver.exe
7#set NSISDIR=C:\Program Files\NSIS
8
9python3 setup.py py2exe
10
11#del dist\library\selenium\webdriver\chrome\service.pyc
12#copy patches\library\selenium\webdriver\chrome\service.py dist\library\selenium\webdriver\chrome\service.py
13#python -m compileall dist\library\selenium\webdriver\chrome\service.py
14#del dist\library\selenium\webdriver\chrome\service.py
15
16#"%NSISDIR%\makensis" mlx.nsi
Note: See TracBrowser for help on using the repository browser.