Pages: 1
Posted on 01-31-13, 06:28 pm (rev. 1 by  Hiccup on 01-31-13, 06:28 pm)
Birdo


Karma: 2754
Posts: 492/2091
Since: 06-26-11
How can I run NSMBe on Ubuntu 12.10 (on a 64-bit Dell Intel PC)?
Mono? Wine?

And how do I set up each of those?
Posted on 01-31-13, 06:33 pm (rev. 2 by xfix on 01-31-13, 06:34 pm)
All aboard the RandomTests train!

Karma: 789
Posts: 168/352
Since: 05-01-12
In command line (CTRL+ALT+F1 if you want to access it quickly, CTRL+ALT+F7 to return). sudo requires entering your password.
sudo apt-get install mono
mono NSMBe5.exe
Posted on 01-31-13, 08:30 pm (rev. 1 by  Hiccup on 01-31-13, 08:30 pm)
Birdo


Karma: 2754
Posts: 493/2091
Since: 06-26-11
It's working!
Allthough, only after installing mono-complete as well.
(People reading should note that.)

Edit:
Sorry, thankyou
Posted on 02-01-13, 01:58 am
Super Mario
( ͡° ͜ʖ ͡°)

Karma: 10000
Posts: 3118/4457
Since: 06-08-11
Installing mono-complete isn't needed.
The only needed stuff is:
sudo apt-get install mono libmono-winforms2.0-cil

Posted on 02-01-13, 08:01 am (rev. 1 by  Hiccup on 02-01-13, 08:01 am)
Birdo


Karma: 2754
Posts: 494/2091
Since: 06-26-11
I thought so actually.
I have done:
sudo apt-get remove mono-complete


then:
sudo apt-get install libmono-winforms2.0-cil
'mono' in the latter is not needed and causes an error.

And it still works.
Pages: 1