Twitter updates
- @repi Sounds great, I guess that should also help to make the games more stable on PC. Wonder what perf difference you see, if any? 1 day ago
- @aras_p Happy birthday! The link you attached seems to be broken though. 2 days ago
Development
Graphics
Calendar
May 2012 M T W T F S S « Mar 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Tag Archives: building
Build engineering
Do you have one-click-builds for your whole project? That’s a good question (so good that you should ask it before you get employed), but if the answer is no, chances are high that your team has not dedicated enough time … Continue reading
Building Qt — fast
For building Qt, you typically have to reserve an hour or so. There’s a much faster way to build it though (besides the optimisations I already described) — build it using jom. Jom is a multi-threaded nmake replacement. The only … Continue reading
Using CMake to build a Qt application
CMake is a really great build tool, and it makes it very easy to use a lot of libraries with it. For example, CMake has a built-in module that helps you to set up a Qt project. Unfortunately, it’s a … Continue reading
Updated Qt build instructions
I’ve updated my post on building Qt, adding how to skip examples and demo generation. I’ve tested it recently, and adding -nomake examples -nomake demos to configure really works. Thanks to Michael for this nice tip!