www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.dwt - git command or zip file please

reply "user" <user user.com> writes:
Hello,

I never used git before, can someone please tell me just enough 
git commands to download DWT from the github? 
https://github.com/d-widget-toolkit/dwt

Downloading the zip file on the git-hub website did not download 
all files :-(

I installed git in my cygwin.

I wish someone also uploaded compiled library files to git-hub, 
so we dont have to compile DWT from the sources.

Thank you in advance.
Mar 29 2014
parent reply Jacob Carlborg <doob me.com> writes:
On 2014-03-30 04:28, user wrote:
 Hello,

 I never used git before, can someone please tell me just enough git
 commands to download DWT from the github?
 https://github.com/d-widget-toolkit/dwt
I think the instructions are pretty clear [1]. But I can repeat it here. To clone DWT from Github use this command: git clone --recursive git://github.com/d-widget-toolkit/dwt.git The build it, use this command: rdmd build base swt
 Downloading the zip file on the git-hub website did not download all
 files :-(
Yeah, submodules are not included. [1] https://github.com/d-widget-toolkit/dwt#building-1 -- /Jacob Carlborg
Mar 30 2014
next sibling parent reply "user" <user user.com> writes:
 I think the instructions are pretty clear [1]. ...
Yes indeed, thank you for posting them again. I guess I got confused by "D1" and "rake" words in the first sentance, my bad.
Mar 30 2014
parent Jacob Carlborg <doob me.com> writes:
On 30/03/14 22:40, user wrote:

 Yes indeed, thank you for posting them again. I guess I got
 confused by "D1" and "rake" words in the first sentance, my bad.
Hmm, I guess I could move those to the bottom of the "building" section. Done. -- /Jacob Carlborg
Mar 30 2014
prev sibling parent "Olagsfark" <Olagokedammy gmail.com> writes:
On Sunday, 30 March 2014 at 10:45:04 UTC, Jacob Carlborg wrote:
 On 2014-03-30 04:28, user wrote:
 Hello,

 I never used git before, can someone please tell me just 
 enough git
 commands to download DWT from the github?
 https://github.com/d-widget-toolkit/dwt
I think the instructions are pretty clear [1]. But I can repeat it here. To clone DWT from Github use this command: git clone --recursive git://github.com/d-widget-toolkit/dwt.git The build it, use this command: rdmd build base swt
 Downloading the zip file on the git-hub website did not 
 download all
 files :-(
Yeah, submodules are not included. [1] https://github.com/d-widget-toolkit/dwt#building-1
what of those that dont have git installed? Please i'm serious, i've nt been able to install git because i just got this computer and mobile internet is way cheaper than modem here so downloading git is gonna be expensive at the end. Please cant someone post a direct download link to a zip file containing DWT for phobos? Please, i need to learn dwt before christmas. I beg you please!...thanks
Nov 28 2014