diff options
| author | DrChat <arkolbed@gmail.com> | 2017-12-14 19:20:02 -0600 |
|---|---|---|
| committer | DrChat <arkolbed@gmail.com> | 2017-12-14 19:20:02 -0600 |
| commit | 02e37be4e559428b3e7d21853eb4c7255143c2c8 (patch) | |
| tree | d2012474f58f2f7ace57e27acc95afc26e6d337c /docs | |
| parent | d896c1f3f0cc668581c3049e5c453f5f12877251 (diff) | |
| parent | 0406f19f4da8114340dd222b0c6dba10215dd0f6 (diff) | |
Merge branch 'linux' of git://github.com/dougvj/xenia into linux
# Conflicts:
# .travis.yml
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/building.md | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/building.md b/docs/building.md index 3da01799b..842a53156 100644 --- a/docs/building.md +++ b/docs/building.md @@ -52,6 +52,14 @@ sudo -E apt-get -yq update &>> ~/apt-get-update.log sudo -E apt-get -yq --no-install-suggests --no-install-recommends --force-yes install clang-3.8 clang-format-3.8 ``` +You will also need some development libraries. To get them on an ubuntu system: +``` +sudo apt-get install libgtk-3-dev libpthread-stubs0-dev liblz4-dev libglew-dev libx11-dev +``` + +In addition, you will need the latest OpenGL libraries and drivers for your hardware. Intel and the open source +drivers are not supported as they do not yet support OpenGL 4.5. + ## Running To make life easier you can use `--flagfile=myflags.txt` to specify all |
