| Revision 9234,
1.2 KB
checked in by dkocher, 6 months ago
(diff) |
|
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
| Line | |
|---|
| 1 | ---------------------------------- |
|---|
| 2 | Building Cyberduck (Mac & Windows) |
|---|
| 3 | ---------------------------------- |
|---|
| 4 | |
|---|
| 5 | Prerequisites |
|---|
| 6 | ------------- |
|---|
| 7 | |
|---|
| 8 | - Java 1.5.0 SDK or later |
|---|
| 9 | - Apache Ant 1.7.1 or later |
|---|
| 10 | http://ant.apache.org/ |
|---|
| 11 | - Copy Ant libraries from <cyberduck-source>/lib/ext to ~/.ant/lib/*.jar |
|---|
| 12 | |
|---|
| 13 | Mac |
|---|
| 14 | - Xcode 3.2 or later (xcodebuild) and the Mac OS X 10.5 SDK on Mac. |
|---|
| 15 | http://developer.apple.com/technologies/xcode.html |
|---|
| 16 | |
|---|
| 17 | Windows |
|---|
| 18 | - Microsoft Visual Studio 10 |
|---|
| 19 | http://www.microsoft.com/visualstudio/en-us/ |
|---|
| 20 | - Microsoft Windows SDK for Windows 7 and .NET Framework 4 |
|---|
| 21 | http://www.microsoft.com/downloads/details.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b&displaylang=en |
|---|
| 22 | - MSBuild Community Tasks |
|---|
| 23 | http://msbuildtasks.tigris.org/ |
|---|
| 24 | - Latest IKVM binary release in C:/workspace/ |
|---|
| 25 | http://sourceforge.net/projects/ikvm/files/ |
|---|
| 26 | |
|---|
| 27 | Compiling |
|---|
| 28 | --------- |
|---|
| 29 | |
|---|
| 30 | - On Windows, run 'ant dll' initially. |
|---|
| 31 | - Type 'ant' for executing the default 'build' target. Depending on the platform, build-mac.xml or build-windows.xml |
|---|
| 32 | is included respectively for native compilation. |
|---|
| 33 | |
|---|
| 34 | Tagged Releases |
|---|
| 35 | --------------- |
|---|
| 36 | |
|---|
| 37 | Releases are branched in SVN such as 'release-2-6'. Checkout using 'svn co http://svn.cyberduck.ch/tags/release-2-6'. |
|---|
Note: See
TracBrowser
for help on using the repository browser.