以下是官方给的方案
----------------------------------
Building Cyberduck (Mac & Windows)
----------------------------------
Prerequisites
-------------
- Java 1.5.0 SDK or later
- Apache Ant 1.7.1 or later
http://ant.apache.org/
- Copy Ant libraries from <cyberduck-source>/lib/ext to ~/.ant/lib/*.jar
Mac
- Xcode 3.2 or later (xcodebuild) and the Mac OS X 10.5 SDK on Mac.
http://developer.apple.com/technologies/xcode.html
Windows
- Microsoft Visual Studio 10
http://www.microsoft.com/visualstudio/en-us/
- Microsoft Windows SDK for Windows 7 and .NET Framework 4
http://www.microsoft.com/downloads/details.aspx?FamilyID=6b6c21d2-2006-4afa-9702-529fa782d63b&displaylang=en
- MSBuild Community Tasks
http://msbuildtasks.tigris.org/
- Latest IKVM binary release in C:/workspace/
http://sourceforge.net/projects/ikvm/files/
Compiling
---------
- On Windows, run 'ant dll' initially.
- Type 'ant' for executing the default 'build' target. Depending on the platform, build-mac.xml or build-windows.xml
is included respectively for native compilation.
Tagged Releases
---------------
Releases are branched in SVN such as 'release-2-6'. Checkout using 'svn co http://svn.cyberduck.ch/tags/release-2-6'.
需要修改的地方
1,tools.properties
ikvm.home=D:/ikvm-7.0.4335.0 --修改为ikvm的安装路径