diff options
| author | JensOwen <jens@jelo.com> | 2014-11-01 13:18:21 -0600 |
|---|---|---|
| committer | JensOwen <jens@jelo.com> | 2014-11-01 13:18:21 -0600 |
| commit | 9da8a92556e6ff40b59f6db435e796c78013764e (patch) | |
| tree | 0b91b3b4340357394d1649973b18cd623cb46fb8 | |
| parent | 9992a06e827d733fd72fd59fddaa4f0c2bfe6e33 (diff) | |
| download | usermoji-9da8a92556e6ff40b59f6db435e796c78013764e.tar.xz | |
fix build instructions
| -rw-r--r-- | BUILD.md | 3 | ||||
| -rw-r--r-- | README.md | 7 | ||||
| -rw-r--r-- | demos/README.md | 1 |
3 files changed, 5 insertions, 6 deletions
@@ -63,7 +63,8 @@ sudo tee /etc/modprobe.d/drm.conf << EOF # Enable render nodes options drm rnodes=1 EOF - +``` +``` sudo tee /etc/udev/rules.d/drm.rules << EOF # Add permissions to render nodes SUBSYSTEM=="drm", ACTION=="add", DEVPATH=="/devices/*/renderD*", MODE="020666" @@ -23,10 +23,9 @@ The following components are available: This release demonstrates a spinning textured cube as an example of the
vertical slice of XGL functionality running on Ubuntu 14.10 with an Intel
-GPU. Included are instructions for
-[building all the components](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)
-and
-[running the XGL spinning cube demo application](https://github.com/KhronosGroup/GL-Next/tree/master/demos/README.md).
+GPU.
+[BUILD.md](https://github.com/KhronosGroup/GL-Next/tree/master/BUILD.md)
+includes directions for building all the components, running the validation tests and running the demo applications.
Information on how to enable the API Dump and Validation layers is in
[layers/README.md](https://github.com/KhronosGroup/GL-Next/tree/master/layers/README.md).
diff --git a/demos/README.md b/demos/README.md deleted file mode 100644 index bbce1a09..00000000 --- a/demos/README.md +++ /dev/null @@ -1 +0,0 @@ -## Under Construction |
