@@ -7,22 +7,18 @@ Clone git repository:
7
7
```
8
8
$ git clone https://github.com/embox/embox
9
9
```
10
- Or download as an archive:
11
- ```
12
- [https://github.com/embox/embox/releases](
13
- <https://github.com/embox/embox/releases/>
14
- ```
10
+ Or download as an archive [ https://github.com/embox/embox/releases ] ( https://github.com/embox/embox/releases ) .
11
+
15
12
## Work on Windows or MacOS
16
13
### Please follow the next recommendations:
17
14
Download an actual version of PowerShell:
18
- ```
19
- [How to download PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3/)
20
- ```
15
+ [ How to download PowerShell] ( https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.3/ )
16
+
21
17
Open PowerShell as an administrator and install WSL2 (please pay your attention to the demands on Windows version):
22
- ```
23
- [How to install WSL2](https://learn.microsoft.com/en-us/windows/wsl/install-manual)
18
+ [ How to install WSL2] ( https://learn.microsoft.com/en-us/windows/wsl/install-manual )
24
19
```
25
20
Before the next step upgrade WSL1 to WSL2 if you did'nt do this(the instruction is in a link above). In other way Embox won't run on Windows.
21
+ ```
26
22
27
23
### Download Ubuntu from Microsoft Store
28
24
Check yout version of WSL the next way: insert the command below in PowerShell:
@@ -58,9 +54,9 @@ Run the next three commands
58
54
```
59
55
P.S.: If you have any problems with running Embox on Windows -- please check a correctness of the inserted commands.
60
56
If it's correct -- you can use the recommendations from the article(the link is below):
61
- ```
62
- [How to solve problems with WSL](https://learn.microsoft.com/en-us/windows/wsl/troubleshooting)
63
- ```
57
+
58
+ [ How to solve problems with WSL] ( https://learn.microsoft.com/en-us/windows/wsl/troubleshooting )
59
+
64
60
65
61
## Enviroment Settings
66
62
Minimal required packages: * make* , * gcc* , (cross-compiler for target platform. see "Cross-compiler installation").
@@ -102,14 +98,13 @@ Extract files from archive and set *PATH* enviroment variable:
102
98
103
99
*** SPARC, Microblaze, MIPS, PowerPC, MSP430*** :
104
100
You can try to use some cross-compiler based on gcc in case if you already have a suitable one.
101
+
105
102
But it would be better if you will use our project for cross-compiler installation:
106
- ```
107
- [https://github.com/embox/crosstool](https://github.com/embox/crosstool)
108
- ```
103
+ [ https://github.com/embox/crosstool ] ( https://github.com/embox/crosstool )
104
+
109
105
You can use already ready-to-use archives from:
110
- ```
111
- [https://github.com/embox/crosstool/releases](https://github.com/embox/crosstool/releases)
112
- ```
106
+ [ https://github.com/embox/crosstool/releases ] ( https://github.com/embox/crosstool/releases )
107
+
113
108
Or you can build cross-compiler with the script in the project's root folder:
114
109
```
115
110
$ ./crosstool.sh ARCH
0 commit comments