Opened 6 years ago
Closed 6 years ago
#5189 closed defect (fixed)
Instructions for Compiling OMC using OMDev package missing critical bit of info
Reported by: | Owned by: | Martin Sjölund | |
---|---|---|---|
Priority: | high | Milestone: | 1.13.0 |
Component: | Build Environment | Version: | |
Keywords: | build windows | Cc: |
Description
The document at https://github.com/OpenModelica/OMCompiler/blob/master/README-OMDev-MINGW.md
is missing some critical information. Under the "get OpenModelica from git" bullet point, one is instructed to start mingw64_shell.bat or mingw32_shell.bat and type some instructions.
One of these instructions is to "cd /path/to/". Path to where?
Change History (2)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Milestone: | Future → 1.13.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
I will change cd /path/to/
to cd /path/to/where/you/want/to/clone/the/repository
as that is actually what is ment there.
PR: https://github.com/OpenModelica/OMCompiler/pull/2748
should fix this ticket.
Note:
See TracTickets
for help on using tickets.
The mingw64_*.bat are in C:\OMDev\tools\msys\.
I will fix this.