Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar authored Nov 12, 2019
1 parent 0f38de8 commit 74b0a51
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,17 +18,17 @@ It works on OSX, Linux, Linux ARM and Windows. You can download releases [here](

You can execute the following command and follow the instructions about exporting PKG_CONFIG

brew install glfw openal-soft
brew install openal-soft

#### On Debian or Ubuntu

sudo apt-get install libglfw3-dev libopenal-dev xorg-dev
sudo apt-get install libopenal-dev xorg-dev

#### On Raspbian

You need to enable the experimental VC4 OpenGL support (Full KMS) in raspi-config.

sudo apt-get install libglfw3-dev libopenal-dev xorg-dev
sudo apt-get install libopenal-dev xorg-dev

#### On Windows

Expand All @@ -44,6 +44,3 @@ Setup openal headers and dll in mingw-w64 `include` and `lib` folders.

./ludo

If on a RaspberryPi:

./ludo -glver=2.1

0 comments on commit 74b0a51

Please sign in to comment.