better building details

better building details after reviewing aspects of other depending projects
This commit is contained in:
Gallagher Pryor
2017-02-22 06:33:43 -05:00
committed by GitHub
parent b0219cc4bc
commit 41120ab5d9
+1 -1
View File
@@ -25,7 +25,7 @@ Spiffs is designed with following characteristics in mind:
## BUILDING
TL;DR: `mkdir build; make`. Otherwise, configure the `builddir` variable towards the top of `makefile` as something opposed to the default `build`.
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