Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: experimental/GLFWTest/README.txt

Issue 1367403006: Add test with GLFW framework (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Add README Created 5 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/GLFWTest/Info.plist ('k') | experimental/GLFWTest/glfw_main.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: experimental/GLFWTest/README.txt
diff --git a/experimental/GLFWTest/README.txt b/experimental/GLFWTest/README.txt
new file mode 100644
index 0000000000000000000000000000000000000000..2be3f24940d48010cc0563c9cb0595b202f655ad
--- /dev/null
+++ b/experimental/GLFWTest/README.txt
@@ -0,0 +1,6 @@
+This test is Mac-only for now. Adding Linux or Win support shouldn’t be that difficult — it just needs a project file.
+
+To run this demo, you’ll need to do three things:
+1) Get GLFW 3.1.1 or later, and install it at third_party/externals/glfw. You’ll need to run ‘cmake’ in that directory to build the makefiles, and then ‘make’ to build the libglfw.a library.
+2) Build the skia libraries via the command line (by running ‘ninja -C out/<config> dm’, for example.
+3) Get a ship.png file. Place it in this directory.
« no previous file with comments | « experimental/GLFWTest/Info.plist ('k') | experimental/GLFWTest/glfw_main.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698