Skip to content
This repository was archived by the owner on May 18, 2019. It is now read-only.

Commit d262d0a

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
some readme updates after feedback from DING Ni, thanks
Belonging to [master]: - #2521
1 parent c0e4847 commit d262d0a

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

README-OMDev-MINGW.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,15 @@
33
- Checkout the OMDev package from SVN https://openmodelica.org/svn/OpenModelicaExternal/trunk/tools/windows/OMDev or git clone it from https://openmodelica.org/git/OMDev.git (much faster)
44
- this package contains all prerequisites to compile OMC on Windows using msys2+mingw32+mingw64
55
- if you get issues with OpenModelica compilation maybe you should update OMDev
6+
- please make sure you have OMDEV environment variable defined and that you have restarted or logout/login to make it available
67
- Make sure you place the OMDev package into `C:\OMDev\`
78
- Follow the instructions in the `C:\OMDev\INSTALL.txt` file
89
- Install Java SE Development Kit (for javac)
910
- Install svn tools for windows in TortoiseSVN
1011
- Install git for windows https://git-scm.com/downloads
1112
- do not install git using pacman in msys, it does not work correctly!
1213
- get OpenModelica from git
14+
- do not create an OpenModelica directory in which you clone OpenModelica repository, it will be created when you clone it
1315
- start `$OMDEV\tools\msys\mingw64_shell.bat` or `$OMDEV\tools\msys\mingw32_shell.bat` and type:
1416

1517
```bash
@@ -18,7 +20,7 @@
1820
# note: if you have a space in your path to your tool you need to escape it, i.e.: /c/Program\ Files
1921
export PATH=$PATH:/c/path/to/git/bin:/c/path/to/svn/tools/bin:/c/path/to/jdk/bin
2022
# git clone OpenModelica recursively using the installed git for windows
21-
git clone https://github.com/OpenModelica/OpenModelica --recursive
23+
git clone https://github.com/OpenModelica/OpenModelica.git --recursive
2224
```
2325
- you should have an OpenModelica directory you got from OpenModelica GIT repository https://github.com/OpenModelica/OpenModelica
2426
- you can also follow the instructions at the bottom of the page on how to get OpenModelica sources
@@ -96,6 +98,7 @@ If something does not work in Eclipse, please check:
9698
5. Right click on the OpenModelica project in Eclipse and say Properties
9799
- Go to Builders and see if you have the builder `OMDev-MINGW-OpenModelicaBuilder32bit` or `OMDev-MINGW-OpenModelicaBuilder64bit` available.
98100
6. Right click on the OpenModelica project and say **Rebuild**.
101+
7. Make sure OMDEV environment variable is defined (and you have restarted or logout/login from Windows to make it available)
99102

100103
If these do not work, look into your OpenModelica/.project
101104
to see if you have any reference to: `OMDev-MINGW-OpenModelicaBuilder32bit` or `OMDev-MINGW-OpenModelicaBuilder64bit` there. If you don't, then:

0 commit comments

Comments
 (0)