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

Commit 3f36b04

Browse files
adrpoOpenModelica-Hudson
authored andcommitted
small readme update
Belonging to [master]: - #2544
1 parent 1257694 commit 3f36b04

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README-UseOwnCompiledOpenModelica.txt

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,17 @@ echo $OPENMODELICAHOME
3232
echo $OPENMODELICALIBRARY
3333
echo $PATH
3434
#--- end om.sh
35+
To find out where your HOME is (mine is set via a windows environment variable called HOME)
36+
just start mingw64 terminal and type
37+
> pwd
38+
In that directory you will find your .bashrc file and you can create your om.sh file.
3539

36-
Then you can start your mingw64 terminal and start omc or OMEdit from
37-
OpenModelica/build/bin directory.
40+
Then when you start your mingw64 terminal the paths will be automatically set
41+
and you can use your compiled omc or OMEdit from OpenModelica/build/bin directory
42+
without any problem.
43+
44+
If you want to start OMEdit from Windows Explorer you can create an OMEdit.bat file
45+
where you set these paths and then start OMEdit.
3846

3947
Linux:
4048
======

0 commit comments

Comments
 (0)