Ubuntu 14.04 Install - Hitakashi/csharpHitbox GitHub Wiki

1 Install mono and git (if you don't already have them), by running 'sudo apt-get install mono-complete git'.

2 Run 'git clone https://github.com/Hitakashi/csharpHitbox.git'

3 Run 'cd csharpHitbox/csharpHitbox/'

4 Edit Settings.cs, change usernames and passwords on lines 14, 17 and 18

5 Run 'xbuild /p:Configuration=Release csharpHitbox.csproj'

6 To finally run, execute the following, 'mono /bin/Debug/csharpHitbox.exe'