This is the first draft of an install guide. It should not be distribution-specific. Please improve! * download the LDC binary for your platform * [http://www.incasoftware.de/~kamm/ldc/ldc-0.9.1-x86_32.tar.bz2 LDC 0.9.1 for Linux x86-32] * [http://www.incasoftware.de/~kamm/ldc/ldc-0.9.1-x86_64.tar.bz2 LDC 0.9.1 for Linux x86-64] * unpack * use bin/ldc to compile D code * optional: put ldc in your PATH * optional but recommended: install a build tool (xfBuild, dsss/rebuild and bud are popular) * optional: install globally Some distributions include premade packages for LDC which come with separate instructions: * [wiki:BuildInstructionsFedora Instructions for Fedora] * [wiki:BuildInstructionsUbuntu Instructions for Ubuntu] * [wiki:BuildInstructionsGentoo Instructions for Gentoo] Note that these were not created by the LDC developers. Please contact their respective authors if there are issues with these packages.