How to recover Space after build
Hi
I have successfully built two installations of QT, one with mingw and other with vc2008. I need to get rid of temporary files since the whole installation is now 9GB. What commands to issue to get rid of no longer required build files? Will nmake distclean work without getting rid of necessary stuff (dlls, libs)
SandsofTime
Re: How to recover Space after build
you can make install to some directory using some sort of DESTDIR and distclean ten.
Re: How to recover Space after build
Hi
I tried nmake clean and mingw32-make clean
They both worked as desired.
SandsofTime