Changes between Version 74 and Version 75 of MacBuild
- Timestamp:
- Mar 21, 2013, 4:07:30 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MacBuild
v74 v75 99 99 MAC_OS_X_VERSION_MIN_REQUIRED=1040 100 100 }}} 101 These are not done automatically by either the Xcode projects which come with wxMac-2.8.10, nor theAutoMake scripts supplied with wxMac-2.8.10, c-ares-1.9.1, curl-7.26.0, openssl-1.0.1c, freetype-2.4.10, ftgl-2.1.3~rc5 and sqlite3.7.14.1. So be sure to use our special scripts to build these packages.101 These are not done automatically by either the Xcode projects which come with wxMac-2.8.10, nor the !AutoMake scripts supplied with wxMac-2.8.10, c-ares-1.9.1, curl-7.26.0, openssl-1.0.1c, freetype-2.4.10, ftgl-2.1.3~rc5 and sqlite3.7.14.1. So be sure to use our special scripts to build these packages. 102 102 103 103 1. Create a parent directory within which to work. In this description , we will call it BOINC_dev, but you can name it anything you wish. … … 122 122 git clone git://boinc.berkeley.edu/boinc.git boinc 123 123 }}} 124 (You may change the name of the `boinc` directory to anything you wish.) See more information on [SourceCode getting the BOINC source code].124 (You may change the name of the `boinc` directory to anything you wish.) See more information on [SourceCodeGit getting the BOINC source code]. 125 125 126 126 4. Run the script to build the c-ares, curl, openssl, wxMac, freetype, ftgl and sqlite3 libraries as follows: