Skip to content

Commit

Permalink
Suggested note for ubuntu 16.04
Browse files Browse the repository at this point in the history
Add a note about building on ubuntu 16.04 linking to #147
  • Loading branch information
jcward authored May 14, 2018
1 parent 1422cd1 commit 41951e8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@ sdl: libsdl2-dev
ssl: libmbedtls-dev
uv: libuv1-dev

To install all dependencies on Ubuntu for example:
To install all dependencies on the latest Ubuntu, for example:

`sudo apt-get install libpng16-dev libturbojpeg-dev libvorbis-dev libopenal-dev libsdl2-dev libmbedtls-dev libuv1-dev`

And on OSX:
For 16.04, see [this note](https://github.com/HaxeFoundation/hashlink/issues/147).

**And on OSX:**

`brew install libpng jpeg-turbo libvorbis sdl2 mbedtls openal-soft libuv`

Expand Down

0 comments on commit 41951e8

Please sign in to comment.