lbeurerkellner / ttc2020

0 stars 5 forks source link

Setup instructions NMF and EMFSyncer #4

Open dstrueber opened 4 years ago

dstrueber commented 4 years ago

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.

arturboronat commented 4 years ago

Hi Daniel, I added an installation guide of the EMFSyncer solution, with instructions to execute it, here.

georghinkel commented 4 years ago

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.

dstrueber commented 4 years ago

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.

georghinkel commented 4 years ago

@dstrueber I finally added the instructions. I uploaded precompiled binaries so you only need the runtime .NET Core and not the SDK.

dstrueber commented 4 years ago

@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?