| 2010-03-15 10:28:04 | Configure C++, OGRE |
|---|---|
| Posted By: b w Join Date: 2009-04-29 Location: UNITED STATES | Configure C++, OGRE Install the compilers and IDEs Ubuntu: aptitude search ogre codeblocks; apt-get install libogre-dev libogre-tools ogre-doc codeblocks codeblocks-contrib SCons Install via your package manager. Then build trunk using scons. E.g., Fedora: yum install scons SDL_net SDL_mixer SDL_mixer-devel cegui-devel ois ois-devel openssl-devel Client trunk: cd /path/to/opensim/nextgen/Client/src; scons -u . IDEs: Vim: C++ IDE Source: c.vim www.vim.org/scripts/script.php Help www.thegeekstuff.com/2009/01/tutorial-make-vim-as-your-cc-ide-using-cvim-plugin/
Emacs: CCMode www.emacswiki.org/emacs/CcMode sourceforge.net/projects/cc-mode/files/
Codeblocks Codeblocks includes plugins for C++ source code. See page 22 of the manual. English / German Manuals www.codeblocks.org/user-manual
|

