Skip to content

Commit 54eaed3

Browse files
committed
2 parents 5f7568f + e2f9877 commit 54eaed3

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,13 @@ away flexibility and control. You don't have to use them.
191191

192192
## How do I build this?
193193

194-
From a Developer Command Prompt for Visual Studio 2017 or 2019:
194+
#### 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:
195201

196202
```
197203
cd build

0 commit comments

Comments
 (0)