www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - DWT2 building

reply "SaltySugar" <Butkustomas777 gmail.com> writes:
How to build dwt2?
Jan 19 2013
parent reply Jacob Carlborg <doob me.com> writes:
On 2013-01-19 17:11, SaltySugar wrote:
 How to build dwt2?
See the instructions here: https://github.com/d-widget-toolkit/dwt#building-1 -- /Jacob Carlborg
Jan 20 2013
parent reply "JohnnyK" <johnnykinsey comcast.net> writes:
On Sunday, 20 January 2013 at 11:08:27 UTC, Jacob Carlborg wrote:
 On 2013-01-19 17:11, SaltySugar wrote:
 How to build dwt2?
See the instructions here: https://github.com/d-widget-toolkit/dwt#building-1
The instructions say to use the rdmd program. What is the rdmd program? The copy of D version 2 that I have does not have rdmd with it. Also I assume that dwt will work with D version 2 and the phobos library correct?
Apr 10 2013
next sibling parent reply "JohnnyK" <johnnykinsey comcast.net> writes:
On Wednesday, 10 April 2013 at 17:41:05 UTC, JohnnyK wrote:
 On Sunday, 20 January 2013 at 11:08:27 UTC, Jacob Carlborg 
 wrote:
 On 2013-01-19 17:11, SaltySugar wrote:
 How to build dwt2?
See the instructions here: https://github.com/d-widget-toolkit/dwt#building-1
The instructions say to use the rdmd program. What is the rdmd program? The copy of D version 2 that I have does not have rdmd with it. Also I assume that dwt will work with D version 2 and the phobos library correct?
Nevermind I found it. Sorry I have not used D since version 1.x and I did not do much with it at that time.
Apr 10 2013
parent reply Jacob Carlborg <doob me.com> writes:
On 2013-04-10 20:57, JohnnyK wrote:

 Nevermind I found it.  Sorry I have not used D since version 1.x and I
 did not do much with it at that time.
No problem :) -- /Jacob Carlborg
Apr 10 2013
parent reply "JohnnyK" <johnnykinsey comcast.net> writes:
On Thursday, 11 April 2013 at 06:19:53 UTC, Jacob Carlborg wrote:
 On 2013-04-10 20:57, JohnnyK wrote:

 Nevermind I found it.  Sorry I have not used D since version 
 1.x and I
 did not do much with it at that time.
No problem :)
Now if I can just make git work through the proxy here at work I will be able to build it. Most likely I will have to clone it at home and bring it in on a disk or something. Sneaker Net is still very much alive :)
Apr 11 2013
parent Jacob Carlborg <doob me.com> writes:
On 2013-04-11 14:48, JohnnyK wrote:

 Now if I can just make git work through the proxy here at work I will be
 able to build it.  Most likely I will have to clone it at home and bring
 it in on a disk or something.  Sneaker Net is still very much alive :)
Does it help if you use the HTTP protocol, instead of the Git protocol? -- /Jacob Carlborg
Apr 12 2013
prev sibling parent Jacob Carlborg <doob me.com> writes:
On 2013-04-10 19:41, JohnnyK wrote:

 The instructions say to use the rdmd program.  What is the rdmd
 program?  The copy of D version 2 that I have does not have rdmd with
 it.  Also I assume that dwt will work with D version 2 and the phobos
 library correct?
I see that you already found rdmd. Yes, DWT works with D2 and Phobos. The combinations are: * D2 with Phobos * D1 with Tango -- /Jacob Carlborg
Apr 10 2013