Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

Where can I get the link to the OMDev download?

Where can I get the link to the OMDev download?

I tried to compile OMC by following the steps in https://github.com/OpenModelica/OpenMod … v-MINGW.md, but the OMDev obtained seems to be incorrect.The file downloaded via git is empty, only the hidden .git folder.

Re: Where can I get the link to the OMDev download?

Note that OMDev is rather huge, 15.2 GB so it might be that you run into network issues or space on the hdd?

This works fine for me, I just tried it:

[code
]git config --global core.eol lf
git config --global core.autocrlf input
git clone https://openmodelica.org/git/OMDev.git
[/code]

It takes 15 minutes for me to clone OMDev on Windows 10.

Code:


adrpo33@ida-0030 MINGW64 /e/dev
# time git clone https://openmodelica.org/git/OMDev.git
Cloning into 'OMDev'...
remote: Counting objects: 217072, done.
remote: Compressing objects: 100% (111943/111943), done.
remote: Total 217072 (delta 107664), reused 209070 (delta 99721)
Receiving objects: 100% (217072/217072), 4.96 GiB | 8.80 MiB/s, done.
Resolving deltas: 100% (107664/107664), done.
Updating files: 100% (235808/235808), done.
real    15m27.413s
user    0m0.078s
sys     0m0.171s

adrpo33@ida-0030 MINGW64 /e/dev
# cd OMDev/
adrpo33@ida-0030 MINGW64 /e/dev/OMDev
# ls
bin    compile-here           doc      INSTALL.txt  man              OpenModelicaTemplateProgramming.pdf  saved-hacked-files SETUP_OMDEV_Qt5.bat  util
build  COPYRIGHT-mmc+rml.txt  include  lib OpenModelicaMetaProgramming.pdf  README.txt SETUP_OMDEV.bat     tools

There are 0 guests and 0 other users also viewing this topic
You are here: