small things

pull/9/head
Patricio Gonzalez Vivo 9 years ago
parent 77ad3b203a
commit aaaaa59266

@ -38,11 +38,11 @@ Not much! If you have a modern browser that can do WebGL (like Chrome, Firefox o
Alternatively, based on what you have or what you need from this book you can:
- [Make a off-line version of this book](http://thebookofshaders.com/appendix/index.html#00.md)
- [Make a off-line version of this book](http://thebookofshaders.com/appendix/)
- [Run the examples on a RaspberryPi without a browser](http://thebookofshaders.com/appendix/index.html#01.md)
- [Run the examples on a RaspberryPi without a browser](http://thebookofshaders.com/appendix/)
- [Make a PDF of the book to print](http://thebookofshaders.com/appendix/index.html#02.md)
- [Make a PDF of the book to print](http://thebookofshaders.com/appendix/)
- Use the [on-line repository](https://github.com/patriciogonzalezvivo/thebookofshaders) to help resolve issues and share code.

@ -48,8 +48,7 @@ To install and set this all up on the RaspberryPi after installing the OS and lo
```bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git-core
sudo apt-get install libfreeimage-dev
sudo apt-get install git-core
cd ~
git clone http://github.com/patriciogonzalezvivo/glslViewer.git
cd glslViewer
@ -74,7 +73,6 @@ In **MacOSX** get sure to have [homebrew](http://brew.sh/) installed and then on
```bash
brew update
brew upgrade
brew install git freeimage
brew tap homebrew/versions
brew install glfw3
cd ~
@ -89,7 +87,7 @@ On **RaspberryPi** you need to do:
```bash
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git-core libfreeimage
sudo apt-get install git-core
cd ~
git clone http://github.com/patriciogonzalezvivo/glslViewer.git
cd glslViewer

Loading…
Cancel
Save