diff options
author | Zach C | 2008-07-29 01:11:02 -0700 |
---|---|---|
committer | Matt Colyer | 2008-07-29 01:11:02 -0700 |
commit | e2ff1128351d75eafd5426af7f96f9719c1af3e6 (patch) | |
tree | c1c460b4de78cd5645d6d12e83d2646f56f30363 /buildme.sh | |
download | libplist-e2ff1128351d75eafd5426af7f96f9719c1af3e6.tar.gz libplist-e2ff1128351d75eafd5426af7f96f9719c1af3e6.tar.bz2 |
First released version, 0.089.
Diffstat (limited to 'buildme.sh')
-rwxr-xr-x | buildme.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/buildme.sh b/buildme.sh new file mode 100755 index 0000000..75549ba --- /dev/null +++ b/buildme.sh @@ -0,0 +1 @@ +gcc `xml2-config --cflags --libs` -o main usbmux.c main.c iphone.c plist.c lockdown.c AFC.c -lusb -lgnutls |