Skip to content

Commit

Permalink
- updates to READMEs
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adrpo committed Apr 27, 2010
1 parent 8247a52 commit a8cd3d9
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 13 deletions.
8 changes: 4 additions & 4 deletions README-BUILD-RELEASE.txt
Expand Up @@ -3,19 +3,19 @@
---------------------------------------------------------------------------


Last update 2009-11-10 Adrian Pop, adrpo@ida.liu.se
Last update 2010-04-27 Adrian Pop, adrpo@ida.liu.se

The following step-by-step guides explain how to
build the OpenModelica release .msi file on Windows
using the Microsoft Visual Studio .NET 2008

-1. Checkout the sources from Subversion:
https://openmodelica.ida.liu.se/svn/OpenModelica/trunk -> trunk
https://openmodelica.org/svn/OpenModelica/trunk -> trunk
user: anonymous
pass: none <- write none here

Checkout the VC7 directory from Subversion:
https://openmodelica.ida.liu.se/svn/OpenModelica/installers/VC7
https://openmodelica.org/svn/OpenModelica/installers/VC7
into directory:
trunk\Compiler\VC7
IMPORTANT: VC7 HAS TO BE CHECKOUT into trunk\Compiler\VC7
Expand All @@ -36,7 +36,7 @@ using the Microsoft Visual Studio .NET 2008
- unpack trunk\Compiler\VC7\Setup\zips\mingw.tar.gz
-> to \trunk\build\MinGW
- take
https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/VC7/Setup/zips/ModelicaLib.tar.gz
https://openmodelica.org/svn/OpenModelica/installers/windows/VC7/Setup/zips/ModelicaLib.tar.gz
and unpack
-> to \turnk\build\ModelicaLibrary
- build trunk\OMShell then you will get a file:
Expand Down
21 changes: 12 additions & 9 deletions README-WIN32.txt
Expand Up @@ -5,6 +5,7 @@

Last update 2005-09-26 David Broman
Last update 2009-11-10 Adrian Pop
Last update 2010-04-27 Adrian Pop

The following step-by-step guides explain how to compile the
Open Modelica Compiler using:
Expand All @@ -19,28 +20,30 @@ See the file:
which contains the gcc compiler, mico, antlr, rml packed togheter.

Checkout the sources from Subversion:
https://openmodelica.ida.liu.se/svn/OpenModelica/trunk -> trunk
https://openmodelica.org/svn/OpenModelica/trunk -> trunk
user: anonymous
pass: none <- write none here

------------------------------------------------------------------------------------------------
Compiling OMC using Microsoft Visual Studio 2008
------------------------------------------------------------------------------------------------

0. Install MS Visual Studio 2008

1. Install OMDev from http://www.ida.liu.se/~adrpo/omc/omdev/mingw/
Do all the steps in trunk\README-OMDev-MINGW.txt
This is needed to build the simulation runtime.
We consider OMDev installed into $(OMDEV) environment variable

2. Install MS Visual Studio 2008

3. In the windows control panel, select "system". Select the "Advanced"
tab and click on the button "Environment Variables".
Create the following environment variable:
CLASSPATH=$(OMDEV)\bin\antlr\antlr.jar
2. Get the qt libraries from:
http://www.ida.liu.se/~adrpo/omc/omdev/qtlibs/
and unpack them somewhere into OpenModelicaLibs.
Set environment variables:
COINDIR=OpenModelicaLibs\coin3d
QTHOME=OpenModelicaLibs\qt-win-opensource-src-4.4.3

4. Checkout the VC7 directory from Subversion:
https://openmodelica.ida.liu.se/svn/OpenModelica/installers/VC7
3. Checkout the VC7 directory from Subversion:
https://openmodelica.org/svn/OpenModelica/installers/VC7
into directory:
trunk\Compiler\VC7
IMPORTANT: VC7 HAS TO BE CHECKOUT into trunk\Compiler\VC7
Expand Down

0 comments on commit a8cd3d9

Please sign in to comment.