Skip to content

Commit dfa3d26

Browse files
committed
Note the extra dependency on a C compiler, and on option to fulfill it on Windows.
1 parent 5506ade commit dfa3d26

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ <h3>The more involved way</h3>
9797
<div class='section'>
9898
<div class="title">Dependencies</div>
9999
<p>This plugin is implemented entirely in Python - there are <strong>no Git binary dependencies</strong>, you do not need to have Git installed on your system. There are in fact no external dependencies currently other than Mercurial and Dulwich. The plugin is known to work on Mercurial 1.3. Versions 1.1 and 1.2 of Mercurial should be supported, but that support hasn't been well-tested in a while.</p>
100+
<p>Note that Dulwich has C extensions, so it requires a C compiler when installing via easy_install. On Windows, one option is the free<a href="http://www.microsoft.com/express/Downloads/#2008-Visual-CPP">Microsoft Visual C++</a>. Be sure to install the 2008 version for compatibility reasons.</p>
100101
</div>
101102

102103

0 commit comments

Comments
 (0)