Sunday, April 28, 2024
 Popular · Latest · Hot · Upcoming
0
rated 0 times [  0] [ 0]  / answers: 1 / hits: 1031  / 1 Year ago, wed, may 10, 2023, 11:57:30

I want to test each and every project type available on mono. But due to some package dependencies Im unable to run any of "Hello World" project. I have less idea what libraries I need for what.



Few days back I have installed gtk-sharp2 but still while running an VB.net Gtk# or C# Gtk# Im getting compilation errors that cli.Gtk does not exist.



Is there a way through which I can solve all dependencies by one click ?! I atleast once want to try learning linux app programming. Without the proper tools it is not possible. Please help :)



Mono Develop Version : 2.8.6.3
Ubuntu 12.04 32 Bit


More From » monodevelop

 Answers
6

(better late than never...)



To install all the necessary library for a monodevelop program on a target machine (not the development machine), all you need is to install mono-complete on the target machine:



sudo apt-get install mono-complete



If you want to make sure that double click on the '.exe' file will be launched using muno-runtime (i.e. like any other native program) you may need to install ubuntu-tweak and make than change under Admin->File types -> DOS/Exe


[#37048] Wednesday, May 10, 2023, 1 Year  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
otatorm

Total Points: 218
Total Questions: 113
Total Answers: 124

Location: British Indian Ocean Territory
Member since Tue, Feb 22, 2022
2 Years ago
;