Skip to content

Commit

Permalink
Updated build instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dkocher committed Oct 5, 2010
1 parent 82f76ea commit ad9ec39
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.txt
Expand Up @@ -7,21 +7,27 @@ Prerequisites

- Java 1.5.0 SDK in ~/.bin/1.5.0 or edit the jdk.home property in build.xml for a different JDK in /System/Library/Frameworks/JavaVM.framework/Versions
- 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
- Latest IKVM release in C:/workspace/ikvm-0.42.0.3
- MSBuild Community Tasks
http://msbuildtasks.tigris.org/
- Latest IKVM binary release in C:/workspace/
http://sourceforge.net/projects/ikvm/files/

Compiling
---------

- 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.
- 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. On Windows, run 'ant dll' initially.

Tagged Releases
---------------
Expand Down

0 comments on commit ad9ec39

Please sign in to comment.