sigmoid

..oo..oo..oo..oo..oo..oo..

Browsing Posts tagged visual c++

I just compiled the OpenSSL v1.0.2d with MSVC 2015. You can download it (+ the scripts to build it yourself) in the Precompiled OpenSSL page. I have also tried building OpenSSL v1.0.1p for MSVC 2015, but the static builds fail, so I decided against posting an incomplete set. 0

I just finished compiling and packaging my Qt 5.5.0 set of builds. You can download the new builds in the Precompiled Qt4 and Qt5 section. These builds are for both the 32- and 64-bit Windows and they are particularly useful if one wants to build static binaries. However, please be aware that there are serious […]

I have already explained (very superficially) the motivation for the need of jumping directly into a directory from the Windows Explorer, while having the Visual Studio (VC++ actually) compiler and linker tools available for various architectures in my older post windows task: Open Visual C++ command prompt by right-clicking a folder. I have now improved […]

Building the FreeGLUT libraries is really trivial with the relatively recent support of CMake, so I’m posting it here only for my own reference to be honest. If you are looking for the pre-built binaries of FreeGLUT see binaries page. Preparation Of course you need CMake and Visual Studio, as well as the FreeGLUT source […]

UPDATE [15 Nov 2013]: For the latest binaries visit my Precompiled Boost libraries dedicated page. Build scripts and instructions are also included. These are my notes for building Boost with Boost.Python and Boost.Locale support for both Win32 and Win64 using MSVC 2010 Ultimate. If you just want to use the pre-built libraries with Boost.Python (Python) […]