git command or zip file please
Jacob Carlborg
doob at me.com
Sun Mar 30 03:45:04 PDT 2014
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
More information about the Digitalmars-d-dwt
mailing list