Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to clone and compile FluentSharp in VisualStudio 2013 #24

Closed
DinisCruz opened this issue Aug 10, 2014 · 2 comments
Closed

How to clone and compile FluentSharp in VisualStudio 2013 #24

DinisCruz opened this issue Aug 10, 2014 · 2 comments

Comments

@DinisCruz
Copy link
Contributor

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
Copy link

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
Copy link
Contributor Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants