Hello everyone
I start with a freshly installed Xubuntu. I follow the instructions where it is stated that these packages should be installed before I start to run the install-script “MonoGame 3.5 for Linux” / monogame-sdk.run:
- monodevelop
- libopenal-dev
- gtk-sharp3
- referenceassemblies-pcl
To install these packages I do following:
sudo apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys 3FA7E0328081BFF6A14DA29AA6A19B38D3D831EF
echo “deb Index of /repo/debian wheezy main” | sudo tee /etc/apt/sources.list.d/mono-xamarin.list
sudo apt-get update
sudo apt-get install gtk-sharp3 libopenal-dev referenceassemblies-pcl
wget http://ftp.de.debian.org/debian/pool/contrib/m/msttcorefonts/ttf-mscorefonts-installer_3.6_all.deb -P ~/Downloads
sudo apt install ~/Downloads/ttf-mscorefonts-installer_3.6_all.deb
Note: Without these tricks above there will be numerous errors.Sadly, I can’t post the solution websites here because the system does not allow me to post more than 2 weblinks.
After that I install Monodevelop 5.10 by typing in following:
sudo apt-get install monodevelop monodevelop-versioncontrol monodeveop-database
Now I start monodevelop. it works. i close it.
After that, I download the file monogame-sdk.run under the Link “MonoGame 3.5 for Linux”
I open the instructions which I found at ur website …/documentation/?page=Setting_Up_MonoGame_Linux.
I do following:
sudo apt-get install libopenal-dev mono-runtime
Xubuntu tells me that everything is there. 0 updates, 0 to installed. everything is fine.
Now i do this:
cd Downloads
chmod +x monogame-sdk.run
sudo ./monogame-sdk.run
Xubuntu asks me if i installed following packages:
- monodevelop
- libopenal-dev
- referenceassemblies-pcl / mono-pcl
- ttf-mscorefonts-installer / mscore-fonts
- gtk-sharp3
I believe that I did so. So I press Y and Y for installing monodevelop addin
After that I get following output:
Installing MonoGame Addin V3.5.1.1679
WARNING: [MonoDevelop.AspNet,5.10] Could not load some add-in
assemblies: Could not find file
“/usr/lib/monodevelop/AddIns/AspNet/System.Web.Helpers.dll”.
ERROR: Errors found in add-in '/usr/lib/monodevelop/AddIns/AspNet/MonoDevelop.AspNet.dll:
ERROR: The file ‘/usr/lib/monodevelop/AddIns/AspNet/System.Web.Helpers.dll’ referenced in the manifest could not be found.
ERROR: The file ‘/usr/lib/monodevelop/AddIns/AspNet/System.Web.Mvc.dll’ referenced in the manifest could not be found.
ERROR: The file ‘/usr/lib/monodevelop/AddIns/AspNet/System.Web.Razor.dll’ referenced in the manifest could not be found.
ERROR:
The file
‘/usr/lib/monodevelop/AddIns/AspNet/System.Web.WebPages.Deployment.dll’
referenced in the manifest could not be found.
ERROR: The file ‘/usr/lib/monodevelop/AddIns/AspNet/System.Web.WebPages.dll’ referenced in the manifest could not be found.
ERROR:
The file
‘/usr/lib/monodevelop/AddIns/AspNet/System.Web.WebPages.Razor.dll’
referenced in the manifest could not be found.
WARNING:
The add-in ‘MonoDevelop.Debugger.Soft.AspNet,5.10’ could not be updated
because some of its dependencies are missing or not compatible:
missing: MonoDevelop.AspNet,5.10
Installing MonoGame SDK…
Creating launcher items…
gtk-update-icon-cache: Cache file created successfully.
Adding mimetype…
touch: cannot touch ‘/home/andru/.local/share/applications/mimeapps.list’: No such file or directory
/usr/bin/xdg-mime:
807: /usr/bin/xdg-mime: cannot create
/home/andru/.local/share/applications/mimeapps.list.new: Directory
nonexistent
To uninstall the pipeline please run /usr/lib/mono/xbuild/MonoGame/v3.0/uninstall.sh
If i open monodevelop I can create a project with MonoGame. But still that does not look very promising to me. Questions: What do I need to do to install MonoGame proper? Do I need to change the distribution?
Have a nice day
Andru