Closed DinisCruz closed 10 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?
Sorry, just saw this, are you still having this prob?
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)):
2) on your windows VM/Box create a folder to hold the git clone:
3) clone the repo (note that the 'Recursive' checkbox is checked )
4) wait a little bit while the clone happens:
... after the main repo is cloned, there are a couple submodules to clone:
... and if all goes well, this is what the target folder (and clone log) should look like:
5) open the FluentSharp.sln file, which after opening should look like this:
6) ensure that that the FluentSharp.O2Platform is **Set as StartUp Project""
7) build the solution:
.... which should compile with no errors:
8) Run/Debug the solution
... which should look like this: