PDA

View Full Version : .Net and linux



jimi_hendrix
February 9th, 2009, 01:41 AM
i have mono developed and setup and all...but what package has all the .Net libs?

i installed mono develop, the package in the stickies and mono-1.0-devel

edit: just installed mono-2.0-devel as well...no difference

jimi_hendrix
February 9th, 2009, 02:58 AM
ok...i tried it with command line tools and it finds the .Net libs

how can i get mono to use them

directhex
February 9th, 2009, 08:18 AM
You're making zero sense. "what package has all the .Net apps?"? There are about 40 apps in Ubuntu based on CLI. http://wiki.debian.org/Teams/DebianMonoGroup/Mono20TransitionTODO has a list of them. What do you *actually* want here?

jimi_hendrix
February 9th, 2009, 01:14 PM
sorry...typo

ok i realized i do have the libs installed, but monodevelop doesnt know where they are

vim and command line tools do compile with the .Net library i want thought. How do i tell monodevelop where the .Net libs are?

directhex
February 9th, 2009, 01:35 PM
sorry...typo

ok i realized i do have the libs installed, but monodevelop doesnt know where they are

vim and command line tools do compile with the .Net library i want thought. How do i tell monodevelop where the .Net libs are?

Monodevelop uses pkg-config to determine which libraries to list in its assembly references window.

Have you ticked the boxes for which assemblies you want to use, in "Edit References"?

jimi_hendrix
February 9th, 2009, 10:19 PM
thanks i will try that