Digital Me Build Test

From Bandit-project.org

Contents

Getting the Code

  1. Create an account on forge.novell.com
  2. Follow the directions for windows or linux to generate and inform the forge site of your ssh public keys.
  3. Use your favorite Subversion client to download | https://forgesvn1.novell.com/svn/bandit/trunk/iss to a location on your machine.

Build

Command Line

The DigitalMe requires CMake on all platforms. CMake generates "native" make files on each of the supported platforms via the included configure script:

  ./configure

Once the make files have been generated, a build can be performed. Currently the most common targets are clean, all, and rpm:

  make clean
  make all
  make rpm

Dependencies

Building DigitalMe requires the following development and run-time packages:

  libssl version 0.9.7 or newer - www.openssl.org
  libglade
  gtk