Open dstrueber opened 4 years ago
Hi Daniel, I added an installation guide of the EMFSyncer solution, with instructions to execute it, here.
Hi, today is difficult for me but I will do my best to add a detailled guide today or tomorrow.
The short form: You need to install the .NET Core 3.1 SDK and run
dotnet run SpecificSolution.csproj
or dotnet run GenericSolution.csproj
. This compiles and runs the two versions of the solution and will explain you the other arguments.
Thanks @arturboronat. Based on the instructions I was able to reproduce the functional and performance tests on my machine.
Thanks @georghinkel. If it's OK I would wait for the detailed instructions then.
@dstrueber I finally added the instructions. I uploaded precompiled binaries so you only need the runtime .NET Core and not the SDK.
@georghinkel Thanks! A question: "Each verb requires two arguments that specify which instance should be loaded and where the output should be written to." Can you specify the form in which the arguments need to be specified? Would be possible to give an example that the user can just copy+paste to their shell?
Hi @georghinkel and @arturboronat, could you please provide some minimal instructions for setting up and running your solutions? I need: a list of required tools (with all plugins), a step-by-step guide of what I need to do to run your solutions.