Simon.Anderson Posted May 26, 2015 Posted May 26, 2015 Hi, Currently, we're compiling our C++ with Visual Studio 2010 under Windows. Will we have to upgrade our compilers if we upgrade to Unigine 2.0? Also, are the any minimum requirements with gcc when compiling under Linux for Unigine 2.0? Thanks, Simon
silent Posted May 26, 2015 Posted May 26, 2015 Hi SImon, Also, are the any minimum requirements with gcc when compiling under Linux for Unigine 2.0? GCC 4.7.2+ will be enough. You can check this article for more details: https://developer.unigine.com/en/docs/1.0/code/environment/linux_app#install Will we have to upgrade our compilers if we upgrade to Unigine 2.0? Yes, at least Visual Studio 2013 compilers are required for Unigine 2.0 build under Windows platform. Also, it will be possible to compile engine with VS2010 and VS2012 in the next SDK update. Thanks! How to submit a good bug report --- FTP server for test scenes and user uploads: ftp://files.unigine.com user: upload password: 6xYkd6vLYWjpW6SN
Simon.Anderson Posted May 27, 2015 Author Posted May 27, 2015 Ok thanks - Just to clarify - we are only linking against the precompiled unigine dlls. Do we need gcc 4.7.2 to compile our own C++ code against a precompiled unigine 2.0 version? And Visual Studio 2013/2015 is required even to just link against a precompiled unigine 2.0 version? Cheers!
maxi Posted May 27, 2015 Posted May 27, 2015 Hi, Simon, To compile you c++ code against the precompiled unigine dlls you can use Visual Studio 10,12,13... and any gcc4.x.x on linux.
Recommended Posts