Digital Me Build Test
From Bandit-project.org
Contents |
[edit]
Getting the Code
- Create an account on forge.novell.com
- Follow the directions for windows or linux to generate and inform the forge site of your ssh public keys.
- Use your favorite Subversion client to download | https://forgesvn1.novell.com/svn/bandit/trunk/iss to a location on your machine.
[edit]
Build
[edit]
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
[edit]
Dependencies
Building DigitalMe requires the following development and run-time packages:
libssl version 0.9.7 or newer - www.openssl.org libglade gtk

