Skip to content

Commit

Permalink
remove libcurl prerequisite from README
Browse files Browse the repository at this point in the history
prerequisite removed in #177
  • Loading branch information
adamralph committed Jan 6, 2019
1 parent e48e547 commit 9029d82
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ Also available as a [command line tool](#can-i-use-minver-to-version-software-wh
## Prerequisites

- [.NET Core SDK 2.1.300 or later](https://www.microsoft.com/net/download)
- [libcurl](https://curl.haxx.se/libcurl/) (Linux only)

## Quick start

Expand Down Expand Up @@ -228,14 +227,6 @@ This is because you are using a [shallow clone](https://www.git-scm.com/docs/git

**Important:** By default, [Travis CI](https://travis-ci.org/) uses shallow clones with a depth of 50 commits. To build on Travis CI, [remove the `--depth` flag](https://docs.travis-ci.com/user/customizing-the-build#git-clone-depth).

### Why does MinVer fail with `System.TypeInitializationException`?

You may see an exception of this form:

> Unhandled Exception: System.TypeInitializationException: The type initializer for 'LibGit2Sharp.Core.NativeMethods' threw an exception. ---> System.DllNotFoundException: Unable to load shared library 'git2-8e0b172' or one of its dependencies.
This is probably because you are running on Linux, and you do not have libcurl installed. See the [prerequisites](#prerequisites).

---

<sub>[Tag](https://thenounproject.com/term/tag/938952) by [Ananth](https://thenounproject.com/ananthshas/) from [the Noun Project](https://thenounproject.com/).</sub>

0 comments on commit 9029d82

Please sign in to comment.