Talk:The Dark Mod - Compilation Guide

From The DarkMod Wiki
Revision as of 14:45, 4 January 2012 by Greebo (talk | contribs) (Created page with "Memo to myself, once the GPL-based TDM sources have been released: == Ubuntu 11.10 x64 == sudo apt-get install g++ scons m4 libglew1.6-dev g++-multilibs libpng12-dev libjpeg62...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Memo to myself, once the GPL-based TDM sources have been released:

Ubuntu 11.10 x64

sudo apt-get install g++ scons m4 libglew1.6-dev g++-multilibs libpng12-dev libjpeg62-dev ia32-libs libc6-dev-i386

Then just run the scons command to start compiling:

scons BUILD="release" BUILD_GAMEPAK="1"

Ubuntu 11.10 32 Bit

sudo apt-get install g++ scons m4 libglew1.6-dev

Then just run the scons command to start compiling:

scons BUILD="release" BUILD_GAMEPAK="1"

--greebo 09:45, 4 January 2012 (EST)