Skip to content

Commit a54b130

Browse files
committed
tweak
1 parent 636c4ec commit a54b130

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

README_Building.md

+6-5
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,10 @@ make clean && make
1616
* ```RELEASE=1``` for performance and code size, without it, assertions are kept for debugging.
1717
* ```DEBUG=1``` is available.
1818

19-
## Under Linux
19+
## Under Linux (recommended)
2020

2121
Espruino is easy to build under Linux, for either for Espruino running on Linux or a board.
2222

23-
The current reference OS for building is Ubuntu 16.04.1 LTS, and the following can ensure problem free development:
24-
2523
### Easy Method : provision.sh
2624

2725
Simply run the following with the name of your board to set
@@ -35,7 +33,10 @@ This should work for common platforms on Linux, but will only set
3533
paths up for your current session. You'll have to run it again
3634
next time you log in.
3735

38-
### for Espruino
36+
### Manual Method
37+
38+
#### For Espruino
39+
3940

4041
```bash
4142
sudo apt-get update
@@ -51,7 +52,7 @@ make clean && make
5152
chmod +x espruino && sudo cp espruino /usr/local/bin
5253
```
5354

54-
### for an example of cross compilation for Puck.js
55+
#### for cross compilation to Puck.js
5556

5657
Having successfully created an native OS Espruino, try a cross compilation.
5758

0 commit comments

Comments
 (0)