aboutsummaryrefslogtreecommitdiff
path: root/gphoto/README.build.txt
diff options
context:
space:
mode:
authorB. Bogart <bbogart@users.sourceforge.net>2010-02-19 18:42:35 +0000
committerB. Bogart <bbogart@users.sourceforge.net>2010-02-19 18:42:35 +0000
commit435811629736ea5fff5b19918b2a71236567c5cb (patch)
tree811520dc81bdd9619386c6655645396eb4f33002 /gphoto/README.build.txt
parentd3636631c08c99bacbb40bb2313c770044f4b55e (diff)
Added "open" and "close" methods so that many commands can be executed
without needed to reinitialize the camera (which can only be done a limited number of times). Fixed problems with running on newer PDs (>0.40-4). Cleaned up code a little, removed problems leading to many warnings. Updates to help file. svn path=/trunk/externals/bbogart/; revision=13174
Diffstat (limited to 'gphoto/README.build.txt')
-rw-r--r--gphoto/README.build.txt9
1 files changed, 3 insertions, 6 deletions
diff --git a/gphoto/README.build.txt b/gphoto/README.build.txt
index 1fd6292..60973e6 100644
--- a/gphoto/README.build.txt
+++ b/gphoto/README.build.txt
@@ -1,11 +1,8 @@
-These objects where developed and tested under Linux. and have been tested
-I've left the OSX stuff in the makefile, but AFAIK gphoto is only used under Linux.
+These objects where developed under Linux and have been tested
+under Linux. They should work on any PD platform where
+libgphoto is available.
To build (under linux):
make pd_linux
-To build (under OSX):
-
- make pd_darwin
-