Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cleanup - delete compiler directives #47

Closed
wants to merge 14 commits into from
Closed
Prev Previous commit
Next Next commit
Update README.md
  • Loading branch information
ticotaco72 authored Dec 19, 2018
commit c23d2e5af622a56cda9d865df06844695b271d6c
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Instructions
============

The simplest way to use osuTK in your project is to install the NuGet package from https://www.nuget.org/packages/ppy.osuTK.NS20/ or https://www.nuget.org/packages/ppy.osuTK.Android/ or https://www.nuget.org/packages/ppy.osuTK.iOS/.
If you want to try out the latest development build from the `netstandard` branch.
If you want to try out the latest development commits, build from the `netstandard` branch.

To build osuTK from source, enter the source directory and run `./build.cmd` on Windows and `./build.sh` on Linux and Mac OS.
After this is done at least once, you can build osuTK normally through your IDE.
Expand Down