digitalmars.D.dwt - git command or zip file please
- user (10/10) Mar 29 2014 Hello,
- Jacob Carlborg (10/16) Mar 30 2014 I think the instructions are pretty clear [1]. But I can repeat it here....
- user (2/3) Mar 30 2014 Yes indeed, thank you for posting them again. I guess I got
- Jacob Carlborg (5/7) Mar 30 2014 Hmm, I guess I could move those to the bottom of the "building" section....
- Olagsfark (8/25) Nov 28 2014 what of those that dont have git installed? Please i'm serious,
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
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/dwtI 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 swtDownloading 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
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
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
On Sunday, 30 March 2014 at 10:45:04 UTC, Jacob Carlborg wrote:On 2014-03-30 04:28, user wrote: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!...thanksHello, 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/dwtI 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 swtDownloading 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
Nov 28 2014