readme: add gperf host dep for parted.

Sort host packages alphabetically.
This commit is contained in:
Alexander Ryzhov
2016-03-09 12:27:05 +03:00
parent b661575f6f
commit d147d27c4c
2 changed files with 24 additions and 22 deletions

View File

@@ -1,11 +1,11 @@
* BUILD INSTRUCTION *
1) To build the firmware, you need Linux environment. Debian 'wheezy' 7.8.0 and
Debian 'jessie' 8.0.0 distros has been tested and recommended.
1) You need Linux environment to build the firmware. Debian 'wheezy' 7.8.0 and
Debian 'jessie' 8.4 distros has been tested and recommended.
2) Build cross-toolchain for MIPS32_R2 CPU (binutils-2.24, gcc-447, uclibc-0.9.33.2)
from external package toolchain-mipsel.
3) Manual configure firmware content via .config file. Use comment mark # for
disable features. Change param "CONFIG_TOOLCHAIN_DIR=" to target cross-toolchain
3) Configure firmware content via .config file. Use comment mark # for
disable features. Change "CONFIG_TOOLCHAIN_DIR=" param to target cross-toolchain
directory.
4) Build firmware via "build_firmware" script. After the build is finished,
the firmware file (*.trx) will be placed to directory "images".
@@ -13,24 +13,25 @@
* NOTE *
To build the firmware under Debian 'wheezy'/'jessie' you need the packages:
- sudo
- build-essential
- gawk
- pkg-config
- gettext
You need following packages to build the firmware under Debian 'wheezy'/'jessie':
- autoconf
- automake
- libtool
- bison
- build-essential
- flex
- gawk
- gettext
- gperf
- libtool
- pkg-config
- sudo
- zlib1g-dev
To build cross-toolchain, you need additional packages:
- texinfo
You need additional packages to build cross-toolchain:
- libgmp3-dev
- libmpfr-dev
- libmpc-dev
- libmpfr-dev
- texinfo

View File

@@ -21,23 +21,24 @@
Для сборки прошивки из под Linux дистрибутива Debian 'wheezy'/'jessie' требуются
пакеты (на других дистрибутивах состав и наименования пакетов могут отличаться):
- sudo
- build-essential
- gawk
- pkg-config
- gettext
- autoconf
- automake
- libtool
- bison
- build-essential
- flex
- gawk
- gettext
- gperf
- libtool
- pkg-config
- sudo
- zlib1g-dev
Для сборки кросс-toolchain требуются дополнительные пакеты:
- texinfo
- libgmp3-dev
- libmpfr-dev
- libmpc-dev
- libmpfr-dev
- texinfo