From aaaaa592668e032e801400dd535c9a9e22054b57 Mon Sep 17 00:00:00 2001 From: Patricio Gonzalez Vivo Date: Wed, 13 May 2015 16:21:35 -0400 Subject: [PATCH] small things --- 00/README.md | 6 +++--- appendix/README.md | 6 ++---- 2 files changed, 5 insertions(+), 7 deletions(-) diff --git a/00/README.md b/00/README.md index d5d2853..0c9fe7b 100644 --- a/00/README.md +++ b/00/README.md @@ -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. diff --git a/appendix/README.md b/appendix/README.md index fef9734..2f097ef 100644 --- a/appendix/README.md +++ b/appendix/README.md @@ -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