I'm trying to build Qt with visual studio (2010), but the build has so far taken up over 16GB of my tiny hard drive. I've already uninstalled pr开发者_JAVA百科actically every program I have.
Is there any way I can compile qt without it hogging so much space, yet still get every feature? And once the build completes, will the unrequired files clear up, or do I have to do that manually? How big will the build be (as said earlier, I've already reached 16+ GB)?
I'm new to this, so please speak in layman's terms. Thanks.
Start with 40-50GB of free space. The build generates a lot of temporary files which you can clean later manually.
If that is too much for your computer, get an external harddisk. 1000GB should be less than $100.
You can reduce it's size by avoiding Qt-WebKit,etc(if you want). Check this link
精彩评论