Note: This website is archived. For up-to-date information about D projects and development, please visit wiki.dlang.org.

Getting Started

Installation with DSSS

Installing with DSSS is as simple as running

arclib-core
arclib-blaze
arclib-freetype
arclib-gui
arclib-light
arclib-openal
arclib-parcticle
arclib-scenegraph
arclib-sprite

DSSS will grab the current SVN version of the code from the net, download it, compile it, and install it.

Downloading the source

Library SVN: http://svn.dsource.org/projects/arclib/trunk/arclib/ Examples SVN: http://svn.dsource.org/projects/arclib/trunk/examples/

If you checked out the sources from the SVN repository but still have DSSS installed, you can still use DSSS to build and install the programs with the following commands...

dsss build
dsss install

Compiling programs using Arc

Configure your dsss.conf like

mainProgram.d

and type 'dsss build'

If the correct libraries are installed, DSSS will compile the programs correctly. If it doesn't, ask for help on the forums.