fluentsharp / FluentSharp

Fluent API for the .NET Framework (used by the O2 Platform)
63 stars 18 forks source link

How to clone and compile FluentSharp in VisualStudio 2013 #24

Closed DinisCruz closed 10 years ago

DinisCruz commented 10 years ago

Here are the steps required to close and compile the FluentSharp projects (and the main O2 Platform project)

1) from https://github.com/o2platform/FluentSharp copy the the git clone Url: git@github.com:o2platform/FluentSharp.git or https://github.com/o2platform/FluentSharp.git

Note if you want to submit changes (or have your own version) you will need to create a Fork (which you can via the top-right 'Fork' button)):

image

2) on your windows VM/Box create a folder to hold the git clone:

image

3) clone the repo (note that the 'Recursive' checkbox is checked ) image

4) wait a little bit while the clone happens:

image

... after the main repo is cloned, there are a couple submodules to clone:

image

... and if all goes well, this is what the target folder (and clone log) should look like:

image

5) open the FluentSharp.sln file, which after opening should look like this:

image

6) ensure that that the FluentSharp.O2Platform is **Set as StartUp Project""

image

7) build the solution:

image

.... which should compile with no errors:

image

8) Run/Debug the solution

image

... which should look like this:

image

CallMeSteve commented 9 years ago

I still get a lot of errors during compilation (step 7). There's a lot of files missing. Mainly assemblies. The one I can't seem to find anywhere is "ICSharpCode.NRefactory.Ast.dll". Another thing that's missing is FluentSharp.O2Platform.exe. Can you please advice on how I should proceed?

DinisCruz commented 8 years ago

Sorry, just saw this, are you still having this prob?