Skip to content

Commit f7516fa

Browse files
committed
README - add local build instructions
1 parent aa44296 commit f7516fa

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ For this .net9 with AoT gets used in combination with a dedicated translation la
1616

1717
- Il2CPPInspector-Redux as additional backend for il2cpp
1818
- using TPK dumps instead of Unity's reference (especially due to this usage of the reference most likely violating the license)
19+
20+
## Test Locally
21+
```bash
22+
dotnet restore
23+
# Change your runtime identifier if needed (e.g. linux-x64, osx-x64, win-x64, etc.)
24+
dotnet publish -c Release -r win-x64
25+
# Build Python bindings
26+
cd bindings\python
27+
# Install as an editable package
28+
pip install -e .
29+
```

0 commit comments

Comments
 (0)