|
BuildingAndInstalling
Building and InstallingEnvironmentlget is written in the D programming language using the Tango library, and as such requires special tools to be compiled. Testing has currently only been done with the Digital Mars D compiler (DMD). Currently, there is no need for any special D-related tools such as Bud or DSSS, just a D compiler and the Tango library. Note: For Windows users, it is recommended to just get the installer package from here. DMDFirst, install DMD as per the instructions. This can be done in one of two ways.
dmd lget -O The -O switch shaves off a cooooool kilobyte. After compilation, installation must be done manually. This is as simple as moving the binary to the proper location (sorry, no makefile yet). Either the System32 folder on Windows, or /usr/bin/ in Linux. GDCGDC has not been tested with lget, but should be simple for advanced users to figure out. Currently, Tango comes supplied with GDC only for Linux platforms. The complete package can be found here. |