Skip to content

Instantly share code, notes, and snippets.

@seanhess
Created January 26, 2011 16:58
Show Gist options
  • Save seanhess/797007 to your computer and use it in GitHub Desktop.
Save seanhess/797007 to your computer and use it in GitHub Desktop.
woot:kod seanhess$ ./update.sh
Fetching from upstream (https://github.com/rsms/kod.git)...
Updating submodules...
woot:kod seanhess$ deps/libcss/build.sh
------------------- libwapcaplet -------------------
Architectures in the fat file: lib/libwapcaplet.a are: i386 x86_64
------------------- libparserutils -------------------
Architectures in the fat file: lib/libparserutils.a are: i386 x86_64
------------------- libcss -------------------
Architectures in the fat file: lib/libcss.a are: i386 x86_64
------------------- headers -------------------
cp -fR libparserutils/include/parserutils include/
cp -fR libwapcaplet/include/libwapcaplet include/
cp -fR libcss/include/libcss include/
------------------- example1 -------------------
created stylesheet, size 3352
appended data, size now 3760
created selection context with 1 sheets
color of h1 is ffff0000
color of h2 is 0
color of h3 is 0
color of h4 is ff123456
color of h5 is ff123456
color of h6 is 0
woot:kod seanhess$ git status
# On branch master
nothing to commit (working directory clean)
woot:kod seanhess$ git log ..origin/master
woot:kod seanhess$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment