Skip to content

Updated windows installation guide #482

Closed
@fgroenendijk

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

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions