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

Compile for Mono #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Compile for Mono #2

wants to merge 2 commits into from

Conversation

webcoyote
Copy link

Fix warnings that appear on Mono, and use a shell script to perform post-build step so it works with both Visual Studio and MonoDevelop.

I've been using your library on Mono and, in order to make it perform the post-build step I use a trick which may be too hacky for you to want to accept this pull request. Since I know the user has git installed (in order to check out this github repo), I write the PostBuildEvent step as a bash script, which works on Mac and Linux (because they have bash) and Windows (because git-bash is installed). I also fixed a number of compiler warnings, mostly by disabling them in the .csproj file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant