From ae45230009e1e707de3810e42ada3e2903f136e5 Mon Sep 17 00:00:00 2001 From: Oszkár Semeráth Date: Mon, 5 Mar 2018 01:16:17 -0500 Subject: moved to developer guide in wiki --- README.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 7e307eab..808992bc 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,3 @@ # VIATRA-Generator -## Contributors guide -This guide gives a step-by-step instruction to setup a developement environment. -* Install Eclipse, choose Eclipse Modeling Tools edition. -* Set the character encoding to UTF8 (*Window > Preferences > Workspace > Text file encoding*). -* Install the newest stable version of the following tools from the Neon Update Site: - * Xtext Complete SDK - * Xtend IDE -* Install the latest version of the VIATRA plugins from the following update site: ```VIATRA - https://hudson.eclipse.org/viatra/job/viatra-master/lastSuccessfulBuild/artifact/releng/org.eclipse.viatra.update/target/repository/``` -* Install those plugins: - * VIATRA Query and Transformation SDK - * VIATRA-DSE framework (Incubation) Developer Resources -* Currently the DOT visualisation is added by a precompiled plugin. (Thanks to https://github.com/kris7t !) Install the following plugin: - * Install *graphviz-java Feature* and *graphviz-java Feature (Sources)* from repository https://kris7t.github.io/graphviz-java-p2/repository/ -* Clone the Git repository. -* Currently the Alloy Analyser tool need to be added manually. Download alloy4.2_2015-02-22.jar from http://alloy.mit.edu/alloy/downloads/alloy4.2_2015-02-22.jar and place it to the ```hu.bme.mit.inf.dlsreasoner.alloy.reasoner/lib/``` folder. - +More information visit the [wiki pages](https://github.com/viatra/VIATRA-Generator/wiki/VIATRA-Solver). -- cgit v1.2.3-70-g09d2 From 9366c53622433ef621534c4dd9e784d8c50b2b90 Mon Sep 17 00:00:00 2001 From: Oszkár Semeráth Date: Mon, 5 Mar 2018 01:19:09 -0500 Subject: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 808992bc..66c6ef93 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,3 @@ # VIATRA-Generator -More information visit the [wiki pages](https://github.com/viatra/VIATRA-Generator/wiki/VIATRA-Solver). +More information visit the [wiki pages](https://github.com/viatra/VIATRA-Generator/wiki). -- cgit v1.2.3-70-g09d2 From c51f8a79954aa43d6413d11f915715c299f2dd47 Mon Sep 17 00:00:00 2001 From: Oszkár Semeráth Date: Mon, 5 Mar 2018 11:05:32 -0500 Subject: Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 66c6ef93..31f4e4f7 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ # VIATRA-Generator -More information visit the [wiki pages](https://github.com/viatra/VIATRA-Generator/wiki). +For more information visit the [wiki pages](https://github.com/viatra/VIATRA-Generator/wiki). + +All code in this repository is available under the Eclipse Public License v1.0: http://www.eclipse.org/legal/epl-v10.html -- cgit v1.2.3-70-g09d2