Skip to content

Commit

Permalink
cleanup Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
schwehr committed Feb 21, 2012
1 parent f721ad8 commit 32d1074
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions Makefile
@@ -0,0 +1,4 @@
# Why does this need to be in XCode???

imagesnap: ImageSnap.m ImageSnap.h Makefile
clang -ObjC ImageSnap.m -o ImageSnap -framework CoreFoundation -framework Cocoa -framework QTKit -framework Quartz
19 changes: 19 additions & 0 deletions README.org
@@ -0,0 +1,19 @@
#+STARTUP: showall

* Description

Capture frames from any attached FaceTime or iSight camera on a Mac.
Only tested on Mac OSX 10.7.

* License

All changes after forking from Robert Harder's version are released
under the BSD license.

* History

Forked by Kurt Schwehr on <2012-02-20 Mon> from
http://iharder.sourceforge.net/current/macosx/imagesnap/ at version
0.2.5. The fork removed all of the XCode cruft, opting for a simple
Makefile to build the program.

2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.2.5
0.2.6

0 comments on commit 32d1074

Please sign in to comment.