From 5588192738ef3246756f18f745cb887d8f5f2e8c Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Fri, 3 Jul 2015 21:36:29 +0300 Subject: [PATCH] README: Restructure a bit and add checkout instructions. --- README.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 71579a8..5746cef 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,9 @@ OpenSource components of the SDK are based on: http://www.unix.com/man-page/freebsd/9/NET80211 (source withheld by Espressif) -Building -======== + +Requirements and Dependencies +============================= To build the standalone SDK and toolchain, you need a GNU/POSIX system (Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development @@ -66,8 +67,14 @@ $ sudo hdiutil mount ~/Documents/case-sensitive.dmg $ cd /Volumes/case-sensitive ``` -For other Debian/Ubuntu versions, dependencies may be somewhat different. -E.g. you may need to install libtool-bin, etc. +Building +======== + +Be sure to clone recursively: + +``` +$ git clone --recursive https://github.com/pfalcon/esp-open-sdk.git +``` The project can be built in two modes: