Skip to content

Commit 248f727

Browse files
authored
Update embox_quick_start_en.md
1 parent 9944640 commit 248f727

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

en/embox_quick_start_en.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
# Quick start
32
It’s better to get started with Embox running on QEMU emulator, which supports different CPU architectures.
43

@@ -71,11 +70,10 @@ For Debian/Ubuntu:
7170
```
7271
For Arch:
7372
```
74-
sudo pacman -S make gcc-multilib cpio qemu
73+
$ sudo pacman -S make gcc-multilib cpio qemu
7574
```
7675

7776
## Cross-compiler installation
78-
7977
***x86***:
8078
```
8179
$ sudo apt-get install gcc
@@ -164,7 +162,8 @@ Now you can execute commands included in the configuration (`mods.conf`). You ca
164162
Press ***ctrl+’A’*** and then `***x***` to exit from Qemu.
165163

166164
## Preliminaries to Mybuild build system
167-
Embox is modular and configurable. Declarative program language "Mybuild" has been developed for these features. Mybuild allows to describe both single modules and whole target system.
165+
Embox is modular and configurable. Declarative program language "Mybuild" has been developed for these features.
166+
Mybuild allows to describe both single modules and whole target system.
168167

169168
A module is a base concept for build system. A module description contains: source files list, options which can be set for the module during configuration, and dependences list.
170169

0 commit comments

Comments
 (0)