Skip to content
Scott Shillcock edited this page Aug 27, 2010 · 1 revision

The following packages are required and must be installed to build DMZ under Linux.

% apt-get install build-essential
% apt-get install uuid-dev
% apt-get install libatomic-ops-dev
% apt-get install git-core

The following packages are optional.

Qt Support

% apt-get install libqt4-dev

global.lua for Qt:

lmk.add_global_env {

   DMZ_USE_QT=true,
   DMZ_QT_HOME="/usr/bin",
   DMZ_QT_INCLUDE_PATH="/usr/share/qt4/include",
   DMZ_QT_LIB_PATH="/usr/lib",
}

cURL

% apt-get install curl

Library/Build Path

Use DL_LIBRARY_PATH instead of DYDL_LIBRARY_PATH in .bashrc and .bash_profile settings

Clone this wiki locally