Changeset 14 for trunk/doc


Ignore:
Timestamp:
09/16/05 15:10:29 (19 years ago)
Author:
boris
Message:
  • more work done on the help/manual for MDT
Location:
trunk/doc
Files:
7 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc/manual.txt

    r13 r14  
    2121* <a href="">Open Modelica</a>
    2222* <a href="">Cygwin</a>
    23 * <a href="">C/C++ Development Tooling</a>
     23* <a href="">C/C++ Development Tooling Eclipse plug-in</a>
    2424Happy compiling! (and Hacking to get the %¤#%#¤! MICO to compile)
    2525
     
    5353
    5454Building modelica projects is not supported out of the box right now. However it is possible to
    55 configure a regular eclipse builder for that purpose.
     55configure Eclipse to use an external program for building.
    5656
    5757
    58583.1 Creating a builder
     59
     60To create a builder, right click a project and select Properties. Select the Builders option
     61and then click New... Choose Program as configuration type. On the next screen, enter the path
     62to the make binary in Location. To select the Working Directory, click Browse Workspace... and select
     63your project from the list.
     64<picture!!>
     65If you're building Open Modelica you'll also need to set up some environment variables.
     66Click on the Environment tab to view the current variables. To add a new variable, simply
     67click New... The variables that are needed for building Open Modelica are ANTLRHOME, CLASSPATH
     68and RMLHOME. Refer to the Open Modelica README file for details.
     69<picture!!>
     70When you're finished, click OK and close the Properties dialog. Now you have to disable the automatic
     71build feature by deselecting Build Automatically in the Project menu item.
     72<picture!!>
     73Now you can build the project by selecting Build Project from the project context menu which you reach
     74by right clicking on the project in the Modelica Projects view.
Note: See TracChangeset for help on using the changeset viewer.