diff --git a/Examples/Build.bat b/Examples/Build.bat new file mode 100644 index 0000000..4044de1 --- /dev/null +++ b/Examples/Build.bat @@ -0,0 +1,2 @@ +mingw32-make +pause diff --git a/README.md b/README.md index 2a2955c..a49c9fc 100644 --- a/README.md +++ b/README.md @@ -14,11 +14,8 @@ Bindings: Currently the only difference to raylib is changing interger constants to enums. For example KEY_ENTER becomes Key.ENTER. -## Installation -Tested on windows 10 64 bit using the mono compiler. - -1. Download the repository -2. Run Examples.exe in Examples/bin/Debug/ +## Usage +Run Build.bat in Examples folder. Currently requires mingw32-make and mono. ```csharp using Raylib; diff --git a/raylib.dll b/raylib.dll deleted file mode 100644 index 54b8955..0000000 Binary files a/raylib.dll and /dev/null differ