Commit Graph

12 Commits (stable-5.3)

Author SHA1 Message Date
Günther Brammer 29ff51b16d Remove the remaining remnants of OpenSSL usage
OpenSSL sure has many names - libssl, libcrypto, libeay32, possibly more.
2011-11-03 00:37:07 +01:00
Günther Brammer ed6eeb3179 Update README.linux.txt for the search path changes and other stuff 2011-10-18 23:57:00 +02:00
Günther Brammer 9d9bcfbd96 README.linux.txt is not executable. 2011-09-20 18:42:34 +02:00
Lauri Niskanen bb1dae18af Update Linux README file (#28) 2010-04-19 22:20:20 +02:00
Alexander Semeniuk b7b3a7717f Clarified Linux dependencies list 2010-04-09 23:19:14 +03:00
Nicolas Hake 11e9f3235b Prefer loading meshes from binary format
This implements a loader for Ogre's binary mesh format. Loading times
are vastly superior to the TinyXML parser. If no binary mesh exists,
the loader will fall back to parsing XML.

This changeset introduces a dependency on the Boost libraries.
2010-03-02 17:12:28 +01:00
mizipzor 81e9008cb0 removed duplicate of libssl-dev from dependencies list 2009-10-22 23:01:11 +02:00
Günther Brammer 6e4e0f794c autotools: Make --with-gtk the default if GTK+ is installed
Also update the readmes.
2009-08-22 15:31:30 +02:00
Günther Brammer 77dabef7c7 Fix crash when building with g++ 4.3 or newer
This adds a true copy constructor to StdBuf and StdStrBuf.
Unfortunately, this constructor is sometimes prefered to the
move constructor when it wasn't with older compilers, always
referencing the original instead of copying makes the engine
crash, and omitting the copy constructor just creates an
implicit one which also causes crashes.
2009-05-09 03:29:28 +02:00
Günther Brammer 43f2e17bb5 Linux: Update build instructions 2009-05-08 22:10:04 +02:00
Günther Brammer 61fa13f979 Linux: Update dependencies list 2009-05-08 21:56:56 +02:00
Nicolas Hake 0f050f0343 Import source 2009-05-08 15:28:41 +02:00