CppTrader icon indicating copy to clipboard operation
CppTrader copied to clipboard

How to Copy Directory CppTrader to Different Location ? after calling unix.sh, it creates symlink it become invalid link.

Open devararendy opened this issue 2 years ago • 0 comments

Hi I would like to ask, how to copy dir CppTrader to different location ? eg : I have done some modification of CppTrader in host PC & was run unix.sh at host PC. but now i want to copy into docker image & compile my code + library CppTrader inside docker build.

due to it has symbolic link, the link become invalid when copied to different path. Currently my approach is copy modified CppTrader to /tmp -> then git init -> git clone from /tmp to src/libraries/CppTrader -> gil update -> unix.sh again. But this method require additional time to re clone all submodules.

Is there any best way to do it ?

Thank You very much

devararendy avatar Sep 29 '22 03:09 devararendy