Skip to content

Commit

Permalink
Fix travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Scott Ferguson committed Oct 9, 2012
1 parent be2e515 commit 841ee34
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -2,4 +2,4 @@ language: go

before_install:
- sudo apt-get update -qq
- sudo apt-get install -qq libsdl1.2-dev libsdl-gfx1.2-dev libglew1.6-dev libxrandr-dev
- sudo apt-get install -qq libsdl1.2-dev libsdl-image1.2-dev libsdl-gfx1.2-dev libglew1.6-dev libxrandr-dev
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -8,7 +8,7 @@ This is an NES emulator, written in Go. It's fairly new and very much a work in

## To build on Linux

$ sudo apt-get install libsdl1.2-dev libsdl-gfx1.2-dev libglew1.6-dev libxrandr-dev
$ sudo apt-get install libsdl1.2-dev libsdl-gfx1.2-dev libsdl-image1.2-dev libglew1.6-dev libxrandr-dev
$ go get -u github.com/0xe2-0x9a-0x9b/Go-SDL/sdl
$ go get -u github.com/0xe2-0x9a-0x9b/Go-SDL/gfx
$ go get -u github.com/banthar/gl
Expand All @@ -17,7 +17,7 @@ This is an NES emulator, written in Go. It's fairly new and very much a work in

## To build on OSX

$ brew install sdl sdl_gfx glew
$ brew install sdl sdl_gfx sdl_image glew
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig go get -u github.com/0xe2-0x9a-0x9b/Go-SDL/sdl
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig go get -u github.com/0xe2-0x9a-0x9b/Go-SDL/gfx
$ PKG_CONFIG_PATH=/usr/local/lib/pkgconfig go get -u github.com/banthar/gl
Expand Down

0 comments on commit 841ee34

Please sign in to comment.