Commit: 1b85ed86738af30ed2dcee8b69037e4284b1e1bc Author: Anatol Belski <[email protected]> Mon, 28 Nov 2016 16:08:21 +0100 Parents: 446157d07b4dfa9d1c0c72d558b7834066af50ca Branches: master
Link: http://git.php.net/?p=web/rmtools.git;a=commitdiff;h=1b85ed86738af30ed2dcee8b69037e4284b1e1bc Log: update README.md Changed paths: M README.md Diff: diff --git a/README.md b/README.md index bf7bb77..8916baa 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,12 @@ NOTE: All the paths in the usage exampled are on drive C: for simplicity. Locati - install [Git](https://git-scm.com/) -- md c:\php-snap-build && cd c:\php-snap-build -- git clone https://github.com/OSTC/php-sdk-binary-tools.git php-sdk -- git clone https://github.com/OSTC/web-rmtools.git rmtools +- `md c:\php-snap-build` +- `cd c:\php-snap-build` +- `git clone https://github.com/OSTC/php-sdk-binary-tools.git --branch new_binary_tools php-sdk` +- `git clone https://github.com/OSTC/web-rmtools.git --branch new_sdk_compliance rmtools` +- `md c:\php-snap-build\obj-x64`, or alternatively similar to `mklink /d obj-x64 d:\tmp-obj-x64` +- `md c:\php-snap-build\obj`, or alternatively similar to `mklink /d obj d:\tmp-obj` +- `md C:\php-snap-build\snap_master\vc14\x64` +- `md C:\php-snap-build\snap_master\vc14\x86` + -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
