You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Andrew Reslan edited this page Mar 18, 2016
·
3 revisions
PyInstaller Installation Notes
PyInstaller is used to generate a single executable from a root python script and all of it's dependencies.
For Sync Gateway PyInstaller is used to build the sgcollect_info for each deployed platform, this allows us to ship a single .exe rather than multiple python scripts and on Windows a python.dll.
For each build platform PyInstaller must be installed on the Jenkins build slave so that it can be used by the build scripts.