Skip to content

Commit

Permalink
- python interface build instructions.
Browse files Browse the repository at this point in the history
git-svn-id: https://openmodelica.org/svn/OpenModelica/trunk@12946 f25d12d1-65f4-0310-ae8a-bbce733d8d8e
  • Loading branch information
adeas31 committed Sep 15, 2012
1 parent ebc4cbb commit 76a62a4
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README-BUILD-RELEASE-NSIS.txt
Expand Up @@ -31,22 +31,21 @@ NOTE: for checkout of any of the SVN directories you will need this user/pass:
in trunk/Examples/*.onb
in trunk/doc/*.doc + generate .pdfs

02. Please do all the steps in README-OMDev-MINGW.txt
use: make clean testlog
zip trunk\testsuite directory into trunk\testsuite.zip!
02. If you don't have OpenModelica Development Environment setup then follow the steps in README-OMDev-MINGW.txt until step 9.
Then make clean omc.
OR
From eclipse press Ctrl+B and type: omc

03. Additional needed files:
- take qtlibs from:
https://www.ida.liu.se/~adrpo/omc/omdev/qtlibs/
unpack it, point it by environment variable QTHOME
- make install-python OR Ctrl+B and type: install-python
- svn checkout https://openmodelica.ida.liu.se/svn/OpenModelica/installers/windows/OMDev/tools/mingw
-> to \trunk\build\MinGW
REMOVE MinGW\lib\mlton
REMOVE MinGW\share\doc\mlton
Note that this step will have to be repeated starting from svn checkout
again if anything has changed in svn MinGW directory since last build.

- build OMEdit, OMShell, OMNotebook, OMPlot, OMOptim using Qt SDK
- build OMClients i.e OMEdit, OMShell, OMNotebook, OMPlot, OMOptim using Qt SDK. Follow the README.txt of each OMClient.
- put the .exe files into $OMDev\tools\OMTools\bin
- put the .a files into $OMDev\tools\OMTools\lib
- add any new dll needed by clients into $OMDev\tools\OMTools\dll
Expand Down Expand Up @@ -85,7 +84,7 @@ NOTE: for checkout of any of the SVN directories you will need this user/pass:
- OpenModelica-revision-NUMBER-README.txt
+ write the new important stuff here
- OpenModelica-revision-NUMBER-testsuite-trace.txt
+ from trunk\testsuite\testsuite-trace.txt
+ write the hudson testsuite link.
Push the new build into:
http://build.openmodelica.org/omc/builds/windows/nightly-builds/
if you have the rights :) and move the old one into:
Expand Down

0 comments on commit 76a62a4

Please sign in to comment.