~ubuntu-branches/ubuntu/trusty/monodevelop/trusty-proposed

« back to all changes in this revision

Viewing changes to external/ngit/README

  • Committer: Package Import Robot
  • Author(s): Jo Shields
  • Date: 2013-05-12 09:46:03 UTC
  • mto: This revision was merged to the branch mainline in revision 29.
  • Revision ID: package-import@ubuntu.com-20130512094603-mad323bzcxvmcam0
Tags: upstream-4.0.5+dfsg
ImportĀ upstreamĀ versionĀ 4.0.5+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
Instructions and tools for updating and regenerating the NGit code from JGit
21
21
are available in the 'gen' subdirectory.
22
22
 
 
23
COMPILING
 
24
---------
 
25
The port depends on two external libraries:
 
26
  - ICSharpCode.SharpZipLib
 
27
  - Mono.Security
 
28
  - Mono.Posix (optional)
 
29
 
 
30
If you are compiling with Mono then these libraries will be available in
 
31
Mono's GAC. If you are compiling on Windows using the Microsoft .NET
 
32
framework you can obtain these libraries by installing the Mono Libraries
 
33
package:
 
34
  http://monodevelop.com/files/Windows/MonoLibraries.msi
 
35
 
 
36
The optional Mono.Posix assembly can be gotten by installing Gtk# for windows.
 
37
The latest installer can usually be found on the monodevelop site:
 
38
  http://monodevelop.com/Download
 
39
 
 
40
Mono.Posix is only required when building the Sharpen.Unix assembly, and this
 
41
assembly is only required when running NGit on MacOS or Linux operating system.
 
42
If you are only running on Windows, then you do not need to compile this assembly.
 
43
Sharpen.Unix only contains support code to correctly handle symlinks on Unix
 
44
based systems.
 
45
 
23
46
CREDITS
24
47
-------
25
48