Skip to content

Commit

Permalink
Add vcpkg installation instructions (#211)
Browse files Browse the repository at this point in the history
  • Loading branch information
JonLiu1993 authored Sep 14, 2022
1 parent e844ffd commit 08e4bb3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,18 @@ $ touch WORKSPACE # declare that to be our workspace root
$ bazel build gemmlowp:all
```

### Building gemmlowp - Using vcpkg

You can download and install gemmlowp using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:

git clone https://github.com/Microsoft/vcpkg.git
cd vcpkg
./bootstrap-vcpkg.sh
./vcpkg integrate install
./vcpkg install gemmlowp

The gemmlowp port in vcpkg is kept up to date by Microsoft team members and community contributors. If the version is out of date, please [create an issue or pull request](https://github.com/Microsoft/vcpkg) on the vcpkg repository.

## Testing

### Testing by manually building and running tests
Expand Down

0 comments on commit 08e4bb3

Please sign in to comment.