mirror of
https://github.com/jerryscript-project/jerryscript.git
synced 2025-12-15 16:29:21 +00:00
Fix style
This commit is contained in:
parent
772d72c073
commit
209b565e55
@ -4,6 +4,9 @@ title: How To
|
||||
permalink: /how-to/
|
||||
---
|
||||
|
||||
* toc
|
||||
{:toc}
|
||||
|
||||
# How to Get the Sources
|
||||
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)
|
||||
{% endhighlight %}
|
||||
|
||||
## How to Build Debug Version
|
||||
# How to Build Debug Version
|
||||
To build debug version for Linux:
|
||||
|
||||
{% highlight bash %}
|
||||
|
||||
@ -4,6 +4,9 @@ title: Development
|
||||
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.
|
||||
|
||||
This guide is intended to introduce you to JerryScript embedding API through creation of simple JavaScript shell.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user