From 93a0eb18bd4c1db02c5af2ab652cd737b12cdab1 Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Wed, 22 Oct 2014 16:50:02 -0700 Subject: [PATCH] Added readme --- interface/external/gverb/readme.txt | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 interface/external/gverb/readme.txt diff --git a/interface/external/gverb/readme.txt b/interface/external/gverb/readme.txt new file mode 100644 index 0000000000..aa2fe8a602 --- /dev/null +++ b/interface/external/gverb/readme.txt @@ -0,0 +1,15 @@ + +Instructions for adding the Gverb library to Interface +(This is a required library) +Clément Brisset, Octobre 22nd, 2014 + +1. Go to https://github.com/highfidelity/gverb + Or download the sources directly via this link: + https://github.com/highfidelity/gverb/archive/master.zip + +2. Extract the archive + +3. Place the directories “include” and “src” in interface/external/gverb + (Normally next to this readme) + +4. Clear your build directory, run cmake, build and you should be all set. \ No newline at end of file