From 584810e79ba5da83164c56dcfe5a73632cfc0d4d Mon Sep 17 00:00:00 2001 From: acepace Date: Tue, 1 Mar 2016 15:34:10 +0200 Subject: [PATCH] Moved chaos money build notes to proper directory. --- {build_env => chaos_monkey}/readme.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename {build_env => chaos_monkey}/readme.txt (94%) diff --git a/build_env/readme.txt b/chaos_monkey/readme.txt similarity index 94% rename from build_env/readme.txt rename to chaos_monkey/readme.txt index e99342cef..b739e997f 100644 --- a/build_env/readme.txt +++ b/chaos_monkey/readme.txt @@ -24,10 +24,9 @@ Windows: python -m pip install psutil python -m pip install PyInstaller 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: 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): 1. Run: