Skip to content

Updated windows installation guide #482

Description

@fgroenendijk

If you're interested, this is what I did to compile libgit2.

Download Visual Studio 10 Express (Python 3.4)
mkdir C:/dev/
download libgit2 from https://github.com/libgit2/libgit2/archive/v0.22.0.tar.gz
Move file to C:/dev
unpack archive v0.22.0.tar.gz
set LIBGIT2=C:/dev/libgit2-0.22.0
cd libgit2-0.22.0
cmake . -DSTDCALL=OFF -DCMAKE_INSTALL_PREFIX=%LIBGIT2% -G "Visual Studio 10"
cmake --build . --config release --target install
ctest -v

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions