Closed define-private-public closed 6 years ago
I tried to build monodevelop on Ubuntu, but the configure step failed because it couldn't find fsharpc, the F# compiler. This was fixed on my environment by installing the fsharp package.
configure
fsharpc
fsharp
I tried to build monodevelop on Ubuntu, but the
configure
step failed because it couldn't findfsharpc
, the F# compiler. This was fixed on my environment by installing thefsharp
package.