This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
howto:linux:install:raspbian [2015/09/18 13:12] szati [Configure Java] |
howto:linux:install:raspbian [2016/01/27 16:45] (current) szati [FFMPEG] |
||
|---|---|---|---|
| Line 50: | Line 50: | ||
| < | < | ||
| pi@raspberrypi ~ $ java -version | pi@raspberrypi ~ $ java -version | ||
| - | java version "1.8.0_06" | + | java version "1.8.0_60" |
| - | Java(TM) SE Runtime Environment (build 1.8.0_06) | + | Java(TM) SE Runtime Environment (build 1.8.0_60-b27) |
| - | Java HotSpot(TM) Client VM (build 25.0-b04, mixed mode) | + | Java HotSpot(TM) Client VM (build 25.60-b23, mixed mode) |
| </ | </ | ||
| Line 60: | Line 60: | ||
| Enter the following: | Enter the following: | ||
| - | < | + | < |
| Exit nano making sure you save the file. | Exit nano making sure you save the file. | ||
| Line 68: | Line 68: | ||
| Put the entries at the end of the file: | Put the entries at the end of the file: | ||
| < | < | ||
| - | export JAVA_HOME="/ | + | export JAVA_HOME="/ |
| export PATH=$PATH: | export PATH=$PATH: | ||
| </ | </ | ||
| Line 168: | Line 168: | ||
| mkdir src | mkdir src | ||
| cd src | cd src | ||
| - | wget http://217.20.164.161/~tipok/ | + | wget -O libaacplus-2.0.2.tar.gz |
| tar -xzf libaacplus-2.0.2.tar.gz | tar -xzf libaacplus-2.0.2.tar.gz | ||
| cd libaacplus-2.0.2 | cd libaacplus-2.0.2 | ||
| ./ | ./ | ||
| + | You have error message here. Change the line in autogen to " | ||
| make | make | ||
| sudo make install | sudo make install | ||
| Line 191: | Line 192: | ||
| sudo apt-get install checkinstall | sudo apt-get install checkinstall | ||
| cd / | cd / | ||
| - | git clone http://git.chromium.org/ | + | git clone https:// |
| cd libvpx | cd libvpx | ||
| ./configure | ./configure | ||