From: Ben Beltran Date: Fri, 21 Feb 2014 06:07:10 +0000 (-0600) Subject: Adds instructions to readme X-Git-Url: https://git.r.bdr.sh/rbdr/super-polarity/commitdiff_plain/078dd693a22cc6793cf6f0f64820369cc606edf6?hp=1ea7ab3995b220e55b042ad2a241c3a440da1c8a Adds instructions to readme --- diff --git a/README.md b/README.md index b7a3bfa..75abbc7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,22 @@ -super-polarity -============== +# Super Polarity A game about magnetic stuff! Sequel to polarity. + +# building + +Open each project on the appropriate platform (SuperPolarity -> Win +(VS2k13), SuperPolarityMac -> Mac(Xamarin Studio), SuperPolarityLinux -> +Linux (MonoDevelop)). The content project must be built in windows, so if +you need any content to process, use that version. + +This game requires the develop MonoGame. To do that just clone: +https://github.com/benbeltran/MonoGame or fork it and clone it from +there in case you want to patch MonoGame and submit pull requests to +either our fork or upstream. + +Just open the MonoGame.framework project for your platform and compile, +then add the resulting files as references in your project. + +# Some vague note about OpenAL + +You may want to install openAL diff --git a/SuperPolarity/Vendor/osx/Tao.Sdl.dll.config b/SuperPolarity/Vendor/osx/Tao.Sdl.dll.config new file mode 100644 index 0000000..ec83f1e --- /dev/null +++ b/SuperPolarity/Vendor/osx/Tao.Sdl.dll.config @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/SuperPolarityMac/SuperPolarityMac.csproj b/SuperPolarityMac/SuperPolarityMac.csproj index 92c00ad..caf0a51 100644 --- a/SuperPolarityMac/SuperPolarityMac.csproj +++ b/SuperPolarityMac/SuperPolarityMac.csproj @@ -62,17 +62,17 @@ - - ..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoMac.dll - - ..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Lidgren.Network.dll + ..\SuperPolarity\Vendor\osx\Lidgren.Network.dll - ..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\MonoGame.Framework.dll + ..\SuperPolarity\Vendor\osx\MonoGame.Framework.dll + + + ..\SuperPolarity\Vendor\osx\MonoMac.dll - ..\..\MonoGame-develop\MonoGame.Framework\bin\MacOS\Debug\Tao.Sdl.dll + ..\SuperPolarity\Vendor\osx\Tao.Sdl.dll @@ -168,12 +168,28 @@ scores.txt + + Vendor\Lidgren.Network.dll + + + Vendor\MonoGame.Framework.dll + + + Vendor\MonoMac.dll + + + Vendor\Tao.Sdl.dll + + + Vendor\Tao.Sdl.dll.config + + diff --git a/SuperPolarityMac/SuperPolarityMac.userprefs b/SuperPolarityMac/SuperPolarityMac.userprefs index 7adb6cb..a83111a 100644 --- a/SuperPolarityMac/SuperPolarityMac.userprefs +++ b/SuperPolarityMac/SuperPolarityMac.userprefs @@ -1,8 +1,8 @@ - + - +