Reputation: 369
I'm trying to install absolute small package of mono for our app, which is .net 4.0 (console app) what package should i install?
Is there a console only package ? Or maybe some script for ubuntu that analyzes the application and installs only needed mono dlls.
Thank you!
Best regards!
Upvotes: 1
Views: 498
Reputation: 3385
sudo apt-get install mono-runtime
That will only install the standard runtime.
Upvotes: 1
Reputation: 10754
There is a guide on the Mono project website to create a smaller mono install
Upvotes: 0