libcs50 icon indicating copy to clipboard operation
libcs50 copied to clipboard

how can I compile this on windows in mingw or git bash or msys2

Open onehex opened this issue 2 years ago • 1 comments

I even installed gnu make in msys2 for mingw 64 its always shows this error

mkdir -p /usr/local/src /usr/local/lib /usr/local/include /usr/local/share/man/man3
cp -R  /usr/local
cp: missing destination file operand after '/usr/local'
Try 'cp --help' for more information.
make: *** [install] Error 1`

onehex avatar Sep 08 '22 06:09 onehex

You can watch this: for vs code on windows: https://www.youtube.com/watch?v=L_ZpzwjXpC4 for code::blocks on windows: https://www.youtube.com/watch?v=T_olYPfgfXI

IslamAbdelslam avatar Feb 19 '23 18:02 IslamAbdelslam