Skip to content

Commit 08e4bb3

Browse files
authored
Add vcpkg installation instructions (#211)
1 parent e844ffd commit 08e4bb3

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,6 +128,18 @@ $ touch WORKSPACE # declare that to be our workspace root
128128
$ bazel build gemmlowp:all
129129
```
130130

131+
### Building gemmlowp - Using vcpkg
132+
133+
You can download and install gemmlowp using the [vcpkg](https://github.com/Microsoft/vcpkg) dependency manager:
134+
135+
git clone https://github.com/Microsoft/vcpkg.git
136+
cd vcpkg
137+
./bootstrap-vcpkg.sh
138+
./vcpkg integrate install
139+
./vcpkg install gemmlowp
140+
141+
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.
142+
131143
## Testing
132144

133145
### Testing by manually building and running tests

0 commit comments

Comments
 (0)