Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ tools installed: gcc, binutils, flex, bison, etc.
## Ubuntu 14.04
```
$ sudo apt-get install make unrar autoconf automake libtool gcc g++ gperf \
flex bison texinfo gawk ncurses-dev libexpat-dev python sed
flex bison texinfo gawk ncurses-dev libexpat-dev python sed python-serial \
git
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's the point of having git here? And did you actually test the changes you propose? (Hint: look for typos in your changes).

```

## MacOS:
Expand Down Expand Up @@ -127,3 +128,8 @@ Additional configuration
You can build a statically linked toolchain by uncommenting
`CT_STATIC_TOOLCHAIN=y` in the file `crosstool-config-overrides`. More
fine-tunable options may be available in that file and/or Makefile.

Testing your enviroment
=======================
There are several opensource examples out there, but you can clone one of these repos to verify your fresh new installation
https://github.com/esp8266/source-code-examples
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not endorse non-opensource software. Any software which doesn't come with opensource license is not opensource. I opened esp8266/source-code-examples#8 for this, feel free to watch that issue and make sure it comes to a resolution.