Twitter updates
- @exileous Download the CUDA 5 toolkit and take a look at the PTX 3.1 documentation :) 20 hours 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
Building Qt from source with Visual Studio
In case you do UI development, Qt 4.5 and later is now a very interesting alternative since it is licensed under the LGPL. However, if you use Visual Studio, you’ll find that there are no precompiled binaries, so you have … Continue reading
Building OpenEXR 1.4.0a on Vista/VS2008
Some notes for building OpenEXR 1.4.0a on Vista with VS2008: createDLL won’t work as it tries to create files in C:\. You can easily work around this by replacing C:\\ with a path where you have write rights. FLTK include … Continue reading
Building Boost from SVN trunk with Visual Studio 2008 (x86 & x64)
Welcome to the bleeding edge. Just switched to Visual Studio 2008, and you need Boost for your project? Then read on to see how you can build Boost from trunk with VC9 (actually, this also applies to VC8, and possibly … Continue reading