Skip to content

Commit df612b9

Browse files
acassisxiaoxiang781216
authored andcommitted
doc: Fix documentation typo and missing git package
1 parent 71d10bd commit df612b9

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Documentation/quickstart/install.rst

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,19 @@ First, install the following set of system dependencies according to your Operat
2424
2525
$ sudo apt install \
2626
$ 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 \
2828
$ 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
3030
31-
.. tab:: Linux (Fdora / RPM based)
31+
.. tab:: Linux (Fedora / RPM based)
3232

3333
Run the following command to install packages:
3434

3535
.. code-block:: console
3636
3737
$ sudo dnf install \
3838
$ 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 \
4040
$ gmp-devel mpfr-devel libmpc-devel isl-devel binutils-devel elfutils-libelf-devel \
4141
$ expat-devel gcc-c++ g++ picocom uboot-tools util-linux
4242
@@ -118,7 +118,7 @@ package or you will have to build it from source, which is available in the
118118
NuttX also supports `kconfiglib <https://github.com/ulfalizer/Kconfiglib>`_ by
119119
default, which is a Kconfig tool implemented in Python 2/3. Compared with
120120
``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
122122
``kconfiglib`` has a stronger Kconfig syntax check, this will help developers to avoid
123123
some Kconfig syntax errors. Install kconfiglib via following command:
124124

0 commit comments

Comments
 (0)