Skip to content

Latest commit

 

History

History
33 lines (18 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (18 loc) · 1.05 KB

monodevelop.websharper

Build Status

WebSharper add-in for MonoDevelop and XamarinStudio.

Install

On MonoDevelop or XamarinStudio 5.0+:

  • Go to Tools > Add-in Manager.
  • Under the Gallery tab, open the Web Development category.
  • Select WebSharper, and on the right panel click the Install... button.

Make sure that you have the F# Language Binding add-in installed. It comes bundled with Xamarin Studio, but you need to install it in MonoDevelop (from the Language bindings category in the Add-in Manager).

Use

New Project and New Solution dialogs should have a WebSharper section with various templates.

Build

You need MonoDevelop/XamarinStudio 5.0+, Mono 3.4.0+ and latest F#.

To refresh repository/ index, do:

make release

To install into the local IDE for testing do:

make install