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: docs/for-contributors/building-from-source.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,9 @@
1
1
2
+
## Requirements
3
+
At this time, you need Android SDK for API level 34 and 35 installed to successfully build all projects.
4
+
5
+
## Building the solution
6
+
Silk.NET 3.0 aims to be compatible with regular `dotnet build` workflows. You can run this command on the solution, or run the Build command in your favorite IDE.
2
7
3
8
## Regenerating bindings
4
9
Bindings can be regenerated using `nuke regenerate-bindings` but this is **not reccommended** as it rebuilds all.
0 commit comments