can't find the email, but for anyone interested in using the old 'boinc_zip' library, you'll have to check it out from a different svn than the main boinc trunk, and also update the boinc/configure.ac & Makefile.am so the zip stuff is built (of course in Windows just use the solution files in boinc/zip )
maybe Dave or Rom can update this in the boinc/zip/README.txt file: -------------- boinc_zip autoconf/automake build modifications: assuming you put the boinc_zip stuff in boinc/zip, i.e.: cd boinc svn co http://boinc.berkeley.edu/svn/trunk/depends_projects/zip you'll want to add this to the root level BOINC config files, i.e.: in configure.ac, at the AC_CONFIG_FILES lines, add (at the end, after m4/Makefile as a suggestion): zip/Makefile zip/zip/Makefile zip/unzip/Makefile in Makefile.am, change the ENABLE_LIBRARIES to add the 3 boinc/zip dirs required: if ENABLE_LIBRARIES API_SUBDIRS = api lib zip zip/zip zip/unzip endif --------------- _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
