You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem could be posed by Makefile, where I have a command to create hard links, which do not exist in Windows. Would be better to detect the OS and call cp -fl on Unix and something else (cp -f?) on Windows. Anyway, this has to be tested
Required tools
I have to write an instruction what should be installed an how configured to make this project work under Windows.
The text was updated successfully, but these errors were encountered:
So far I tested this project only under Ubuntu.
Makefile
The problem could be posed by Makefile, where I have a command to create hard links, which do not exist in Windows. Would be better to detect the OS and call
cp -fl
on Unix and something else (cp -f
?) on Windows. Anyway, this has to be testedRequired tools
I have to write an instruction what should be installed an how configured to make this project work under Windows.
The text was updated successfully, but these errors were encountered: