forked from p15670423/monkey
Moved chaos money build notes to proper directory.
This commit is contained in:
parent
6a486165e5
commit
584810e79b
|
@ -24,10 +24,9 @@ Windows:
|
||||||
python -m pip install psutil
|
python -m pip install psutil
|
||||||
python -m pip install PyInstaller
|
python -m pip install PyInstaller
|
||||||
type > C:\Python27\Lib\site-packages\zope\__init__.py
|
type > C:\Python27\Lib\site-packages\zope\__init__.py
|
||||||
6. Put source code in C:\Code\monkey\chaos_monkey
|
|
||||||
7. Download and extract UPX binary to C:\Code\monkey\chaos_monkey\bin\upx.exe:
|
7. Download and extract UPX binary to C:\Code\monkey\chaos_monkey\bin\upx.exe:
|
||||||
http://upx.sourceforge.net/download/upx391w.zip
|
http://upx.sourceforge.net/download/upx391w.zip
|
||||||
8. Run C:\Code\monkey\chaos_monkey\build_windows.bat to build, output is in dist\monkey.exe
|
8. Run [source-path]\monkey\chaos_monkey\build_windows.bat to build, output is in dist\monkey.exe
|
||||||
|
|
||||||
Linux (Tested on Ubuntu 12.04):
|
Linux (Tested on Ubuntu 12.04):
|
||||||
1. Run:
|
1. Run:
|
Loading…
Reference in New Issue