Okay thanks, I guess its easy enough for me to just change my command.

Actually I guess I'll just make a new setup for ldc. Would have been nice to treat them as the same command line interface so I didn't have to change anything. :) easy enough to just start typing ldc instead of dmd.



On Tue, Dec 3, 2013 at 12:21 PM, Kai Nacke <kai@redstar.de> wrote:
Hi Rory!


On Tuesday, 3 December 2013 at 09:00:25 UTC, Rory McGuire wrote:
Nice. Any chance that the packages are able to have a similar layout to dmd?

The binary packages follow the simple pattern that you can extract them into /opt, add the path to the bin folder and start using LDC.

The important piece of information is etc/ldc2.conf. You can rearrange even the binary package as you want as long as you keep ldc2.conf in sync.

So, yes, the packages can be arranged in a similar layout to dmd. A simple shell script should be able to do this.

Regards,
Kai