Skip to content

Commit 7041271

Browse files
committed
Merged pull request #5 from carver/master.
Acknowledge another dependency: C++ compiler
2 parents 5506ade + 8bb7dd0 commit 7041271

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. On debian-style linux, run: <code>apt-get install python-dev.</code></p>
100101
</div>
101102

102103

0 commit comments

Comments
 (0)