more changes
This commit is contained in:
parent
9d94155128
commit
b79b4831c6
|
|
@ -26,12 +26,7 @@ Auf einem **RaspberryPi** gibst Du folgende Befehle ein:
|
|||
```bash
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade
|
||||
sudo apt-get install git-core
|
||||
cd ~
|
||||
git clone http://github.com/patriciogonzalezvivo/glslViewer.git
|
||||
cd glslViewer
|
||||
make
|
||||
make install
|
||||
sudo apt-get install git-core glslviewer
|
||||
```
|
||||
|
||||
#### Installation von Latex und Pandoc
|
||||
|
|
|
|||
|
|
@ -25,12 +25,7 @@ Su **Raspberry Pi** è necessario fare:
|
|||
```bash
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade
|
||||
sudo apt-get install git-core
|
||||
cd ~
|
||||
git clone http://github.com/patriciogonzalezvivo/glslViewer.git
|
||||
cd glslViewer
|
||||
make
|
||||
make install
|
||||
sudo apt-get install git-core glslviewer
|
||||
```
|
||||
|
||||
#### Installare Latex Engine e Pandoc
|
||||
|
|
|
|||
|
|
@ -26,12 +26,7 @@ On **Raspberry Pi** you need to do:
|
|||
```bash
|
||||
sudo apt-get update
|
||||
sudo apt-get upgrade
|
||||
sudo apt-get install git-core
|
||||
cd ~
|
||||
git clone http://github.com/patriciogonzalezvivo/glslViewer.git
|
||||
cd glslViewer
|
||||
make
|
||||
make install
|
||||
sudo apt-get install git-core glslviewer
|
||||
```
|
||||
|
||||
#### Installing Latex Engine and Pandoc
|
||||
|
|
|
|||
Loading…
Reference in New Issue