Skip to content

Commit

Permalink
small readme update
Browse files Browse the repository at this point in the history
Belonging to [master]:
  - OpenModelica/OMCompiler#2544
  • Loading branch information
adrpo authored and OpenModelica-Hudson committed Jun 29, 2018
1 parent 1257694 commit 3f36b04
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README-UseOwnCompiledOpenModelica.txt
Expand Up @@ -32,9 +32,17 @@ echo $OPENMODELICAHOME
echo $OPENMODELICALIBRARY
echo $PATH
#--- end om.sh
To find out where your HOME is (mine is set via a windows environment variable called HOME)
just start mingw64 terminal and type
> pwd
In that directory you will find your .bashrc file and you can create your om.sh file.

Then you can start your mingw64 terminal and start omc or OMEdit from
OpenModelica/build/bin directory.
Then when you start your mingw64 terminal the paths will be automatically set
and you can use your compiled omc or OMEdit from OpenModelica/build/bin directory
without any problem.

If you want to start OMEdit from Windows Explorer you can create an OMEdit.bat file
where you set these paths and then start OMEdit.

Linux:
======
Expand Down

0 comments on commit 3f36b04

Please sign in to comment.