You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12Lines changed: 12 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,18 @@ $ touch WORKSPACE # declare that to be our workspace root
128
128
$ bazel build gemmlowp:all
129
129
```
130
130
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
+
131
143
## Testing
132
144
133
145
### Testing by manually building and running tests
0 commit comments