README: Restructure a bit and add checkout instructions.
This commit is contained in:
parent
319c54520c
commit
5588192738
15
README.md
15
README.md
@ -30,8 +30,9 @@ OpenSource components of the SDK are based on:
|
|||||||
http://www.unix.com/man-page/freebsd/9/NET80211
|
http://www.unix.com/man-page/freebsd/9/NET80211
|
||||||
(source withheld by Espressif)
|
(source withheld by Espressif)
|
||||||
|
|
||||||
Building
|
|
||||||
========
|
Requirements and Dependencies
|
||||||
|
=============================
|
||||||
|
|
||||||
To build the standalone SDK and toolchain, you need a GNU/POSIX system
|
To build the standalone SDK and toolchain, you need a GNU/POSIX system
|
||||||
(Linux, BSD, MacOSX, Windows with Cygwin) with the standard GNU development
|
(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
|
$ cd /Volumes/case-sensitive
|
||||||
```
|
```
|
||||||
|
|
||||||
For other Debian/Ubuntu versions, dependencies may be somewhat different.
|
Building
|
||||||
E.g. you may need to install libtool-bin, etc.
|
========
|
||||||
|
|
||||||
|
Be sure to clone recursively:
|
||||||
|
|
||||||
|
```
|
||||||
|
$ git clone --recursive https://github.com/pfalcon/esp-open-sdk.git
|
||||||
|
```
|
||||||
|
|
||||||
The project can be built in two modes:
|
The project can be built in two modes:
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user