Jump to page: 1 2
Thread overview
Reinstalled Mac
Sep 28, 2016
Joel
Sep 28, 2016
Guillaume Piolat
Sep 28, 2016
Mike Parker
Sep 28, 2016
Guillaume Piolat
Sep 28, 2016
Joel
Sep 28, 2016
Jacob Carlborg
Sep 29, 2016
Joel
Sep 29, 2016
David Nadlinger
Sep 29, 2016
Jacob Carlborg
Sep 29, 2016
Paolo Invernizzi
Sep 29, 2016
Jacob Carlborg
Sep 29, 2016
Paolo Invernizzi
Sep 30, 2016
Jacob Carlborg
Sep 29, 2016
Guillaume Piolat
Sep 30, 2016
Jacob Carlborg
Sep 30, 2016
Guillaume Piolat
Oct 01, 2016
Jacob Carlborg
Sep 29, 2016
Jacob Carlborg
September 28, 2016
I've got my Mac reinstalled. I haven't installed D (dmd) yet. I would like to hear what people think.

I'm thinking using home brew. And install the latest Code X.
September 28, 2016
On Wednesday, 28 September 2016 at 08:18:40 UTC, Joel wrote:
> I'm thinking using home brew.

Use the DMD installer instead on dlang.org


September 28, 2016
On Wednesday, 28 September 2016 at 09:15:15 UTC, Guillaume Piolat wrote:
> On Wednesday, 28 September 2016 at 08:18:40 UTC, Joel wrote:
>> I'm thinking using home brew.
>
> Use the DMD installer instead on dlang.org

Any particular reason? I've been using homebrew for it. I like the simple command line update.
September 28, 2016
On 2016-09-28 10:18, Joel wrote:
> I've got my Mac reinstalled. I haven't installed D (dmd) yet. I would
> like to hear what people think.
>
> I'm thinking using home brew. And install the latest Code X.

You need Xcode and I recommend installing using DVM [1]. It allows you to have multiple versions of DMD installed and you can easily switch between them [2].

[1] https://github.com/jacob-carlborg/dvm
[2] http://dlang.org/blog/2016/08/17/inside-d-version-manager/

-- 
/Jacob Carlborg
September 28, 2016
On Wednesday, 28 September 2016 at 09:34:23 UTC, Mike Parker wrote:
>> Use the DMD installer instead on dlang.org
>
> Any particular reason? I've been using homebrew for it. I like the simple command line update.

Not really.
I didn't know it was up-to-date. Las time I tried it wasn't up-to-date for LDC and I tend to change compilers often, so I wrote if off.
September 28, 2016
On Wednesday, 28 September 2016 at 09:15:15 UTC, Guillaume Piolat wrote:
> On Wednesday, 28 September 2016 at 08:18:40 UTC, Joel wrote:
>> I'm thinking using home brew.
>
> Use the DMD installer instead on dlang.org

What is the advantage from the site?

Should I use home brew for every thing else?
September 29, 2016
On Wednesday, 28 September 2016 at 09:34:46 UTC, Jacob Carlborg wrote:
> On 2016-09-28 10:18, Joel wrote:
>> I've got my Mac reinstalled. I haven't installed D (dmd) yet. I would
>> like to hear what people think.
>>
>> I'm thinking using home brew. And install the latest Code X.
>
> You need Xcode and I recommend installing using DVM [1]. It allows you to have multiple versions of DMD installed and you can easily switch between them [2].
>
> [1] https://github.com/jacob-carlborg/dvm
> [2] http://dlang.org/blog/2016/08/17/inside-d-version-manager/

Oops, I got confused and installed with homebrew. I was going to try DVM.
September 29, 2016
On Thursday, 29 September 2016 at 01:33:00 UTC, Joel wrote:
> Oops, I got confused and installed with homebrew. I was going to try DVM.

Jacob is also the author of DVM, so he might be a bit biased. ;) I've had good experiences using Homebrew, although you sometimes have to wait a day or three for a new release to appear. — David
September 29, 2016
On 2016-09-29 03:43, David Nadlinger wrote:

> Jacob is also the author of DVM, so he might be a bit biased. ;)

And you would never recommend LDC? ;)

> I've had good experiences using Homebrew, although you sometimes have to wait
> a day or three for a new release to appear. — David

DVM doesn't have that problem :). How easy is it to have multiple versions of DMD installed using Homebrew?

-- 
/Jacob Carlborg
September 29, 2016
On 2016-09-29 03:33, Joel wrote:

> Oops, I got confused and installed with homebrew. I was going to try DVM.

You can install using DVM as well, it will take precedence.

-- 
/Jacob Carlborg
« First   ‹ Prev
1 2