diff options
author | root <asavah@avh.od.ua> | 2018-06-24 20:46:37 +0300 |
---|---|---|
committer | root <asavah@avh.od.ua> | 2018-06-24 20:46:37 +0300 |
commit | 3283e5a9364d1be1b1d42c8705d880439cf691f4 (patch) | |
tree | d8c31d5b1bdcd5e39fe7561e8b2ae5b1e610ddb4 /docs | |
parent | cf5ffab675e4586f89e46f936ef5477f395f493b (diff) |
[docs] fix README.raspberrypi to make depends build succeed on Ubuntu 16.04
Diffstat (limited to 'docs')
-rw-r--r-- | docs/README.raspberrypi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/docs/README.raspberrypi b/docs/README.raspberrypi index 33a837e8a3..9ed09a8eb8 100644 --- a/docs/README.raspberrypi +++ b/docs/README.raspberrypi @@ -16,14 +16,14 @@ image which includes Linux. 2. Building Kodi for the Raspberry Pi ----------------------------------------------------------------------------- -The following steps were tested with Ubuntu 14.04 x64. (Note that building on +The following steps were tested with Ubuntu 16.04 x64. (Note that building on a 32 bit machine requires slightly different setting). The following commands build for newer Raspberry Pi 2 generation. In order to build for the first Raspberry Pi, the commands have to be adapted to use `--with-platform=raspberry-pi` instead of `--with-platform=raspberry-pi2`. - $ sudo apt-get install git autoconf curl g++ zlib1g-dev libcurl4-openssl-dev gawk gperf libtool autopoint swig default-jre + $ sudo apt-get install git autoconf curl g++ zlib1g-dev libcurl4-openssl-dev gawk gperf libtool autopoint swig default-jre bison make $ RPI_DEV=$PWD $ git clone https://github.com/raspberrypi/tools @@ -38,7 +38,6 @@ build for the first Raspberry Pi, the commands have to be adapted to use --with-toolchain=$RPI_DEV/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf \ --with-firmware=$RPI_DEV/firmware \ --with-platform=raspberry-pi2 \ - --build=i686-linux \ --disable-debug $ make |