X-Git-Url: https://mograsim.net/gitweb/?a=blobdiff_plain;f=docs%2Fgetting_started.md;h=aa4df892bb5173f74b04eb63bd44264d1c33774a;hb=73011f36b64c89be5d57768611fd63c53bc32a61;hp=9285f4fd4c75723b2ad58fdab87a665ba83344de;hpb=804d41d604dfe055fc9ab2d311e0a30188db21e1;p=Mograsim.git diff --git a/docs/getting_started.md b/docs/getting_started.md index 9285f4fd..aa4df892 100644 --- a/docs/getting_started.md +++ b/docs/getting_started.md @@ -7,12 +7,18 @@ ## Install Mograsim +### Via the Eclipse Marketplace +1. Start Eclipse. +2. Go to "Help" -> "Eclipse Marketplace...". +3. Search for "Mograsim" +4. Click on "Install" and follow the instructions. + +### Manually via an updatesite 1. Start Eclipse. 2. Go to "Help" -> "Install New Software...". 3. Add the Mograsim update site: 1. Click on "Add...". - 2. Next to "Location:", enter the update site address. -Note: Currently, there is no online update site for Mograsim. You have to build Mograsim yourself as described in [Building Mograsim](building_mograsim.md). + 2. Next to "Location:", enter the update site address. Currently, this is https://mograsim.net/updatesite/. This address could, however, change in the future. 3. Click on "Add". 1. Tick "Mograsim". 2. Click on "Next >" two times, read and accept the license, and click on "Finish". @@ -37,7 +43,7 @@ Alternatively, you can create a general Project and add the Mograsim nature to t 2. Go to the "Project Natures" page, click on "Add...". If a confirmation dialog pops up, confirm. 3. Select "Mograsim Project Nature"; click on "OK". 4. Click on "Apply and Close" and re-open the properties dialog. -5. Go to the new "Mograsim" page, select "Am2900Simple", click on "Apply and Close". +5. Go to the new "Mograsim" page, select "Am2900Teaching", click on "Apply and Close". ## Write a MPM file (containing the microprogram) @@ -134,4 +140,4 @@ Slowly increase the simulation speed until the wires in the Simulation view star - If nothing Mograsim-related seems to be installed after installing Mograsim, make sure Eclipse uses Java 11 or later. 1. Go to "Help" -> "About Eclipse IDE", click on "Installation Details", go to the tab "Configuration". 2. Search the line starting with "java.version=". (This line is in the "System properties" block, which usually occupies the first 200 lines.) -3. If this line specifies a version less than 11, configure your Eclipse installation to use a Java 11 JRE (or later). See https://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#Find_the_JVM. \ No newline at end of file +3. If this line specifies a version less than 11, configure your Eclipse installation to use a Java 11 JRE (or later). See https://wiki.eclipse.org/FAQ_How_do_I_run_Eclipse%3F#Find_the_JVM.