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

Unified Diff: third_party/libsdl/linux/README

Issue 1411033003: Initial gyp files for SDL (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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
Index: third_party/libsdl/linux/README
diff --git a/third_party/libsdl/linux/README b/third_party/libsdl/linux/README
new file mode 100644
index 0000000000000000000000000000000000000000..53deb1664f925fe931e6d313ac04de715a91662e
--- /dev/null
+++ b/third_party/libsdl/linux/README
@@ -0,0 +1,7 @@
+To generate this file run:
mtklein 2015/10/28 21:12:15 Which file does this generate? Surely not the REA
joshualitt 2015/10/29 13:51:39 Acknowledged.
+1) ../configure
+2) make -j32
+3) if you save the awk output, then you can get a list of files required for
+ the build with this awk one liner:
+ awk '$1 == "/bin/sh" && $2 == "./libtool" && $3 == "--mode=compile" \
+ {pathname=$(NF - 2); n=split(pathname,a,/\//); print a[n]}'

Powered by Google App Engine
This is Rietveld 408576698