We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5f7568f + e2f9877 commit 54eaed3Copy full SHA for 54eaed3
README.md
@@ -191,7 +191,13 @@ away flexibility and control. You don't have to use them.
191
192
## How do I build this?
193
194
-From a Developer Command Prompt for Visual Studio 2017 or 2019:
+#### Requirements
195
+
196
+* Install the `t4` cli tool with `dotnet tool install --global dotnet-t4`
197
+* Clone the [cb](https://github.com/ericsink/cb) repository in the same directory as you cloned this `SQLitePCL.raw` repository
198
+* Make sure that the *Mobile development with.NET* workload [is installed](https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio)
199
200
+Then, from a Developer Command Prompt for Visual Studio 2017 or 2019:
201
202
```
203
cd build
0 commit comments