Using FSharp PowerPack in MonoDevelop 2.8.2 on Ubuntu
Assumptions
- Ubuntu 11.10 with Mono 2.10.x from main repository
- MonoDevelop 2.8.2 from this PPA (the add-in does not currently compile against MonoDevelop 2.8.8.4)
- Custom installation of F# for .NET 4.0 per items 1 and 2 of these instructions (required for add-in to work)
- Custom installation of F# add-in for Monodevelop 2.8.x for Ubuntu from here
- Custom installation of F# PowerPack for .NET 4.0 per this discussion from here in /opt/FSharpPowerPack-2.0.0.1/bin
Instructions
- project > edit references > .NET assembly
- navigate to the location of your FSharp.PowerPack.dll
- add
Thoughts
MonoDevelop uses pkg-config to pick up existing assemblies, but I could not figure out how to add the F# PowerPack assemblies in this way.
24 notes /