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

Unified Diff: experimental/c-api-example/c.md

Issue 1349163003: experiment/fiddle (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 3 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: experimental/c-api-example/c.md
diff --git a/experimental/c-api-example/c.md b/experimental/c-api-example/c.md
index 3011f8892b6f619ea716d4c94d2d0efc2db79b17..c3ac85d3347b1d872a1c6a7dd1161c7a48869234 100644
--- a/experimental/c-api-example/c.md
+++ b/experimental/c-api-example/c.md
@@ -124,7 +124,7 @@ Ubuntu and depends on a C/C++ compiler, git, and cmake:
<!--?prettify lang=sh?-->
- cc -o skia-c-example -I "$prefix/include" \
+ cc -o skia-c-example -I "$prefix/include/skia/c" \
skia/experimental/c-api-example/skia-c-example.c \
"$prefix"/lib/libskia.* -Wl,-rpath -Wl,"$prefix/lib"
./skia-c-example

Powered by Google App Engine
This is Rietveld 408576698