diff --git a/README.md b/README.md index 5d1e67e4d8e12323aee7cbcfa05e9d2564594eb1..c20931be94bc9d21e6fa2c92dc4617b70e6aa8c3 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,9 @@ Before continuing, be sure to prepare Zipr's environment by doing the following: ```bash cd /path/to/zipr && . set_env_vars ``` +```bash +cd /path/to/zipr && ./get_packages.sh +``` #### Step 1: Testing Zipr Test the binary rewriting infrastructure by rewriting Linux's `ls` binary: @@ -100,7 +103,7 @@ Performing step zipr [dependencies=clone,fill_in_indtargs,fill_in_cfg,pdb_regist ``` Invoke the rewritten version and make sure it runs normally: ``` -./tmp/ls.zipr +/tmp/ls.zipr ``` #### Step 2: Download and build ZAFL @@ -112,6 +115,10 @@ Second, prepare ZAFL's environment: ```bash cd /path/to/zafl && . set_env_vars ``` +```bash +cd /path/to/zafl && ./get-packages.sh +``` + Lastly, build ZAFL: ```bash scons