Merge pull request #132 from gpryor/patch-1

compilation instructions for noobs
This commit is contained in:
Peter Andersson
2017-02-27 07:56:40 +01:00
committed by GitHub
+5
View File
@@ -23,6 +23,11 @@ Spiffs is designed with following characteristics in mind:
- Wear leveling
## BUILDING
TL;DR: `mkdir build; make`. Otherwise, configure the `builddir` variable towards the top of `makefile` as something opposed to the default `build`. Sanity check on the host via `make test` and refer to `.travis.yml` for the official in-depth testing procedure. See the wiki for [integrating](https://github.com/pellepl/spiffs/wiki/Integrate-spiffs) spiffs into projects and [spiffsimg](https://github.com/nodemcu/nodemcu-firmware/tree/master/tools/spiffsimg) from [nodemcu](https://github.com/nodemcu) is a good example on the subject.
## FEATURES
What spiffs does: