Skip to content

Commit

Permalink
Added build instructions to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
rejemy committed Feb 24, 2019
1 parent c8478ba commit 2563681
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,14 @@ void DatabaseTest()
}
```

## Building

To build UltraLiteDB yourself:

1. Make sure you have a recent .NET Core SDK installed (https://dotnet.microsoft.com/download)
2. Download or clone this repository
3. dotnet build -c Release
4. Your new DLL is at ./UltraLiteDB/bin/Release/netstandard2.0/UltraLiteDB.dll

## License

Expand Down

0 comments on commit 2563681

Please sign in to comment.