From 51442afafdf3a784c4a06b0091e7594ab6e07f1d Mon Sep 17 00:00:00 2001 From: fastrich <46027457+fastrich@users.noreply.github.com> Date: Tue, 1 Feb 2022 19:27:47 +0100 Subject: [PATCH] Update Readme with FrameIT-server --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index de3849db..3e3d895a 100644 --- a/README.md +++ b/README.md @@ -36,6 +36,12 @@ First, you have to set up a development environment: 2. Follow the [UFrameIT server installation guide](https://github.com/UniFormal/MMT/blob/devel/src/frameit-mmt/installation.md) to run the server 3. In Unity, select the scene MainMenue.unity (You can find it in Assets\Scenes\Menues) and run the game (Play Button). From there you can try out "TechDemo A" in the "Demo Category"; click on it to expand a list of levels to choose from. +### Building and starting the FrameIT Server +1. Build FrameIT Server to JAR +2. Download Archives folder +3. Start Server with Command: + + ## Useful Links for new Developers * [Publications](https://kwarc.github.io/bibs/frameit/) -- GitLab