We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fd3624 commit ad14159Copy full SHA for ad14159
README-OMDev-MINGW.md
@@ -24,7 +24,8 @@
24
- start `$OMDEV\tools\msys\mingw64_shell.bat` or `$OMDEV\tools\msys\mingw32_shell.bat` and type:
25
26
```bash
27
- cd /path/to/
+ # change the directory to where you want the OpenModelica repository on your hard drive
28
+ cd /path/to/where/you/want/to/clone/the/repository
29
# export the path to your tools: git, svn, java/javac
30
# note: if you have a space in your path to your tool you need to escape it, i.e.: /c/Program\ Files
31
export PATH=$PATH:/c/path/to/git/bin:/c/path/to/svn/tools/bin:/c/path/to/jdk/bin
0 commit comments