Skip to content

Commit

Permalink
- Auto generate the stub files for clients.
Browse files Browse the repository at this point in the history
- Added/Updated README.txt files for all clients.

git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@11508 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Mar 22, 2012
1 parent 5f273ef commit ad42b29
Showing 1 changed file with 30 additions and 13 deletions.
43 changes: 30 additions & 13 deletions OMTools/README.txt
@@ -1,20 +1,37 @@
2011-02-16 [adeel.asghar@liu.se]
/*
* RCS: $Id$
*/

- OMTools is used to build OpenModelica clients OMEdit, OMShell, OMNotebook, OMPlot and OMOptim.
- Read the README.txt files of each client for more specific information about the client requirements.

Windows
------------------------------

- OMTools is used to build OpenModelica tools OMEdit, OMShell, OMNotebook and OMPlotWindow.
- If you have Qt Creator just open the OMTools.pro file and build the project.
- It will create the executables of all the tools in respective bin directories.
OR
- Use the Makefile.
Qt 4.8.0
------------------------------
- Download the Qt SDK for windows from http://qt.nokia.com/downloads.
- Qt 4.8.0 comes with MSVC tool chain by-default. Make sure you install the MINGW tool chain also. Use the MINGW tool chain while compiling.
- If you don't have OMDev then download it from the svn repository here https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/OMDev.
- Download OMDev in c:\OMDev. Set the environment variable OMDEV which points to c:\OMDev.

Build & Run
------------------------------
- Load the file OMTools.pro in Qt Creator IDE. Qt Creator is included in Qt SDK.
- Build and run the project.

Linux
------------------------------
Adeel.
adeel.asghar@liu.se

Run the following commands
------------------------------
- apt-get build-dep openmodelica
- svn co https://openmodelica.org/svn/OpenModelica/trunk
- cd trunk
- autoconf
- ./configure '--disable-rml-trace' 'CC=gcc-4.4' 'CXX=g++-4.4' 'CFLAGS=-O2' '--with-omniORB'
- make -j2 qtclients

2011-05-26 Updated by adrpo [Adrian.Pop@liu.se]
-----------------------------------------------
Moved all bin and qtlibs directory to:
OMDev\tools\OMTools
(https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/OMDev/tools)
------------------------------
Adeel.
adeel.asghar@liu.se

0 comments on commit ad42b29

Please sign in to comment.