User:Michelle2 Zenovka/cmake

From Second Life Wiki
< User:Michelle2 Zenovka
Revision as of 01:05, 10 April 2008 by Michelle2 Zenovka (talk | contribs) (New page: = How to build the viewer with cmake = This page represents some notes of mine for building the viewer via cmake. The process under linux is trivial but under windows it is slightly more ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

How to build the viewer with cmake

This page represents some notes of mine for building the viewer via cmake. The process under linux is trivial but under windows it is slightly more involved (but not really that bad at all). If you've only ever been used to starting with a Visual Studio project file then the cmake steps may seem a little strange at first but its a great system for ensuring that radically different build environments start from the same "control" files.


Prerequisites for windows

  • cmake (well duh!)
  • Python
  • bison and flex (from cygwin)
  • DirectX SDK (todo put version here)
  • Quicktime SDK
  • openssl SDK


Get cmake from http://www.cmake.org/HTML/Download.html Download and install the setup executable

Get python from http://www.python.org

When installing cmake and python, its important to allow the commands to be addded to the system path. Both installers give an option for this towards the end of the installation. (On my system i needed to select for current user only as for all users (silently) failed to work).

Get cgywin from http://www.cygwin.com/

When you get to the package choice make sure you select bison and flex, they are under development tools.