Category Archives: Programming

General stuff about C++, PHP, Python.

Switching to Linux: A Windows developer’s view

A few weeks ago, I switched my development environment from Windows to Linux, on a project which was developed so far on Windows only. In this post, I want to describe the issues that brought me to this switch, a … Continue reading

Posted in Programming | Tagged , | 104 Comments

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

Posted in Programming | Tagged , , , | 5 Comments

Boost 1.40 released

Just saw it, Boost 1.40 has been released. Contains a few fixes for GCC 4.4 and VC 10 (great!), performance improvements and loads of other bugfixes. Asio has also got a lot of updates. The build system has been slightly … Continue reading

Posted in Programming | Tagged , | Leave a comment

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!

Posted in Programming | Tagged , , | Leave a comment