@@ -24,19 +24,19 @@ First, install the following set of system dependencies according to your Operat
24
24
25
25
$ sudo apt install \
26
26
$ bison flex gettext texinfo libncurses5-dev libncursesw5-dev xxd \
27
- $ gperf automake libtool pkg-config build-essential gperf genromfs \
27
+ $ git gperf automake libtool pkg-config build-essential gperf genromfs \
28
28
$ libgmp-dev libmpc-dev libmpfr-dev libisl-dev binutils-dev libelf-dev \
29
- $ libexpat -dev gcc-multilib g++-multilib picocom u-boot-tools util-linux
29
+ $ libexpat1 -dev gcc-multilib g++-multilib picocom u-boot-tools util-linux
30
30
31
- .. tab :: Linux (Fdora / RPM based)
31
+ .. tab :: Linux (Fedora / RPM based)
32
32
33
33
Run the following command to install packages:
34
34
35
35
.. code-block :: console
36
36
37
37
$ sudo dnf install \
38
38
$ bison flex gettext texinfo ncurses-devel ncurses ncurses-compat-libs \
39
- $ gperf automake libtool pkgconfig @development-tools gperf genromfs \
39
+ $ git gperf automake libtool pkgconfig @development-tools gperf genromfs \
40
40
$ gmp-devel mpfr-devel libmpc-devel isl-devel binutils-devel elfutils-libelf-devel \
41
41
$ expat-devel gcc-c++ g++ picocom uboot-tools util-linux
42
42
@@ -118,7 +118,7 @@ package or you will have to build it from source, which is available in the
118
118
NuttX also supports `kconfiglib <https://github.com/ulfalizer/Kconfiglib >`_ by
119
119
default, which is a Kconfig tool implemented in Python 2/3. Compared with
120
120
``kconfig-frontends ``, kconfiglib provides NuttX with the possibility of
121
- multi-platform support(configure NuttX in Winodws native/Visual Studio), and also
121
+ multi-platform support(configure NuttX in Windows native/Visual Studio), and also
122
122
``kconfiglib `` has a stronger Kconfig syntax check, this will help developers to avoid
123
123
some Kconfig syntax errors. Install kconfiglib via following command:
124
124
0 commit comments