aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/GLFWTest/README.txt
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/GLFWTest/README.txt')
-rw-r--r--experimental/GLFWTest/README.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/experimental/GLFWTest/README.txt b/experimental/GLFWTest/README.txt
deleted file mode 100644
index dd2b4ea29b..0000000000
--- a/experimental/GLFWTest/README.txt
+++ /dev/null
@@ -1,6 +0,0 @@
-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.