From a8cd3d9adce8e8f9ac5cae76f857bc1866129c67 Mon Sep 17 00:00:00 2001 From: Adrian Pop Date: Tue, 27 Apr 2010 04:09:19 +0000 Subject: [PATCH] - updates to READMEs git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@5400 f25d12d1-65f4-0310-ae8a-bbce733d8d8e --- README-BUILD-RELEASE.txt | 8 ++++---- README-WIN32.txt | 21 ++++++++++++--------- 2 files changed, 16 insertions(+), 13 deletions(-) diff --git a/README-BUILD-RELEASE.txt b/README-BUILD-RELEASE.txt index 73911c0f797..079b702e383 100644 --- a/README-BUILD-RELEASE.txt +++ b/README-BUILD-RELEASE.txt @@ -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 @@ -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: diff --git a/README-WIN32.txt b/README-WIN32.txt index cd8ca539f99..1e652fbdfa1 100644 --- a/README-WIN32.txt +++ b/README-WIN32.txt @@ -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: @@ -19,7 +20,7 @@ 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 @@ -27,20 +28,22 @@ Checkout the sources from Subversion: 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