c# - How do I publish my Monogame game? -


back when had visual studio 2011 installed, there "clickonce deployment" option in project properties window created self-extracting installation packages verified application dependencies (directx, ...). have updated vs2012 , switched monogame due microsoft cancelling further xna development. caused "clickonce" deployment tab gone. nobody send release directory (it includes apparently not required libraries) can't game started - crashes, due lack of openal dll. provide me links and/or instructions on monogame apps deployment/publishing? i've tried google maybe i've overseen something.

i'm targetting windows.

i found article while googling "monogame required dlls":

http://xnameetingpoint.weebly.com/monogameintro.html

basically, besides assemblies in release folder user need have opengl drivers installed.


Comments