Fix style
This commit is contained in:
+4
-1
@@ -4,6 +4,9 @@ title: How To
|
|||||||
permalink: /how-to/
|
permalink: /how-to/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* toc
|
||||||
|
{:toc}
|
||||||
|
|
||||||
# How to Get the Sources
|
# How to Get the Sources
|
||||||
This step should be simple:
|
This step should be simple:
|
||||||
|
|
||||||
@@ -67,7 +70,7 @@ It may take time, so go grab some coffee:
|
|||||||
Setting up prerequisites... (log file: ./build/prerequisites/prerequisites.log)
|
Setting up prerequisites... (log file: ./build/prerequisites/prerequisites.log)
|
||||||
{% endhighlight %}
|
{% endhighlight %}
|
||||||
|
|
||||||
## How to Build Debug Version
|
# How to Build Debug Version
|
||||||
To build debug version for Linux:
|
To build debug version for Linux:
|
||||||
|
|
||||||
{% highlight bash %}
|
{% highlight bash %}
|
||||||
|
|||||||
@@ -4,6 +4,9 @@ title: Development
|
|||||||
permalink: /dev-guide/
|
permalink: /dev-guide/
|
||||||
---
|
---
|
||||||
|
|
||||||
|
* toc
|
||||||
|
{:toc}
|
||||||
|
|
||||||
JerryScript Engine can be embedded into any application, providing the way to run JavaScript in a large range of environments - from desktops to low-memory microcontrollers.
|
JerryScript Engine can be embedded into any application, providing the way to run JavaScript in a large range of environments - from desktops to low-memory microcontrollers.
|
||||||
|
|
||||||
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.
|
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.
|
||||||
|
|||||||
Reference in New Issue
Block a user