Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsink committed Sep 3, 2020
2 parents 5f7568f + e2f9877 commit 54eaed3
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,13 @@ away flexibility and control. You don't have to use them.

## How do I build this?

From a Developer Command Prompt for Visual Studio 2017 or 2019:
#### Requirements

* Install the `t4` cli tool with `dotnet tool install --global dotnet-t4`
* Clone the [cb](https://github.com/ericsink/cb) repository in the same directory as you cloned this `SQLitePCL.raw` repository
* Make sure that the *Mobile development with.NET* workload [is installed](https://docs.microsoft.com/en-us/visualstudio/install/modify-visual-studio)

Then, from a Developer Command Prompt for Visual Studio 2017 or 2019:

```
cd build
Expand Down

0 comments on commit 54eaed3

Please sign in to comment.