Skip to content

Commit

Permalink
Minor dev guide typo for issue #67
Browse files Browse the repository at this point in the history
  • Loading branch information
cretz committed Jan 4, 2018
1 parent 1142b27 commit fa4d460
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/develop.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ Before running the build script on Linux, you must have the prerequisites:
* Latest Make installed w/ `make` on the `PATH`
* Latest [Linux 64-bit standard dist of CEF](http://opensource.spotify.com/cefbuilds/index.html#linux64_builds)
extracted w/ `CEF_DIR` environment variable set to the base CEF extracted dir
* Latest GTK 2.x installed and on the library path (e.g. on Ubuntu `)
* Latest GTK 2.x installed and on the library path (e.g. on Ubuntu `sudo apt-get install libgtk2.0-dev`)
* Latest Mesa 3D headers installed and on the include path (e.g. on Ubuntu `sudo apt-get install mesa-common-dev`)
* Latest `libGL` installed and on the library path (e.g. on Ubuntu `sudo apt-get install libgl1-mesa-dev`)
* The `chrpath` utility on the `PATH`
Expand Down

0 comments on commit fa4d460

Please sign in to comment.