Skip to content

Commit 5d4919f

Browse files
committed
Updated the "Getting Started" documentaion for the 3.0 release
JerryScript-DCO-1.0-Signed-off-by: Laszlo Lango [email protected]
1 parent d2d30df commit 5d4919f

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/00.GETTING-STARTED.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -5,17 +5,17 @@ Currently, only Ubuntu 18.04+ is officially supported as primary development env
55
There are several dependencies, that should be installed manually. The following list is the absolute minimum for building:
66

77
- `gcc` or any C99-compliant compiler (native or cross, e.g., arm-none-eabi)
8-
- `cmake` >= `2.8.12.2`
8+
- `cmake` >= `3.10`
99

1010
Several scripts and tools help the building and development process, thus it is recommended to have the following installed as well:
1111

1212
- `bash` >= `4.3.11`
13-
- `cppcheck` >= `1.61`
14-
- `clang-format-10` >= `10.0.0`
15-
- `python` >= `2.7.6`
13+
- `cppcheck` >= `2.7`
14+
- `clang-format-15` >= `15.0.0`
15+
- `python` >= `3.10`
1616

1717
```bash
18-
sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck clang-format-10 python
18+
sudo apt-get install gcc gcc-arm-none-eabi cmake cppcheck clang-format-15 python
1919
```
2020

2121
To make our scripts run correctly, several shell utilities should be available on the system:
@@ -57,7 +57,7 @@ python tools/build.py --cmake-param=CMAKE_PARAM
5757
python tools/build.py --profile=es.next|minimal
5858
```
5959

60-
See also the related [README.md](https://github.com/jerryscript-project/jerryscript/blob/master/jerry-core/profiles/README.md).
60+
See also the related [README.md](../jerry-core/profiles/README.md).
6161

6262
**Use (compiler-default, external) libc**
6363

0 commit comments

Comments
 (0)