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
Additionaly we depent on a somewhat recent version of Mono (.NET 4.5). If you're using an Ubuntu-based distribution you can install an up-to-date version from: https://launchpad.net/~directhex/+archive/monoxide
57
+
58
+
```shell
59
+
sudo add-apt-repository ppa:directhex/monoxide
60
+
sudo apt-get update
61
+
sudo apt-get install mono-devel
62
+
```
63
+
64
+
### Getting Premake:
65
+
66
+
Download a recent Premake version from: http://sourceforge.net/projects/premake/files/Premake/nightlies/premake-dev-linux.zip/download
67
+
68
+
Extract the binary inside `premake5` to `<CppSharp>/build`.
0 commit comments