Files
renderdoc/renderdocui/3rdparty/ironpython
baldurk f6b4b2fe22 Change python embedding to get standard library from zip, not a dll
* This seems way more reliable and smaller than shipping a compiled .dll
* For some reason I didn't find this method before (I only knew that
  you could ship the loose files which wasn't a good solution).
2015-08-23 11:17:46 +02:00
..

This is a distribution of IronPython 2.7.4, license is available in LICENSE.md.

In this folder is compilelibs.sh which will rompress the Libs/ python standard library into a zip for distribution.

Run compilelibs.sh and point it at an IronPython checkout and it will copy pythonlibs.zip to this folder, which will be copied by the packaging scripts next to renderdocui.exe to provide the python standard library in-program.