digitalmars.D.learn - License for D setup
Greetings, I am getting interested in D. Pls, what License is for D setup. Is it free? Also, what operating systems can D run on? Win7, Mac,............? Thanks...Vernon
Apr 07 2012
On Saturday, 7 April 2012 at 17:48:14 UTC, vmars316 wrote:Greetings, I am getting interested in D. Pls, what License is for D setup. Is it free? Also, what operating systems can D run on? Win7, Mac,............? Thanks...VernonRuns on Windows (x86), Linux (x86, 86_64), OS X (x86, x86_64) and FreeBSD (x86, x86_64). The compiler frontend is dual licensed under GPL/Artistic, the backend under a single-user non-redistribution source-available license. The standard and runtime libraries are Boost licensed.
Apr 07 2012
q66 Wrote:On Saturday, 7 April 2012 at 17:48:14 UTC, vmars316 wrote:Sounds good. Is there an up-todate "Getting started with "D programming"? What to download, and where to install it. Also, is there a Visual GUI IDE? I have codeBlocks and GCC installed. Can D use wxWidgets? Evidently, C++ can use wxWidgets, but "C" can not. Which is why I am here. Thanks for your helps...vmGreetings, I am getting interested in D.Runs on Windows (x86), Linux (x86, 86_64), OS X (x86, x86_64) and FreeBSD (x86, x86_64). The compiler frontend is dual licensed under GPL/Artistic, the backend under a single-user non-redistribution source-available license. The standard and runtime libraries are Boost licensed.
Apr 07 2012
On Sat, 07 Apr 2012 20:37:16 +0200, vmars316 <vmars316 live.com> wrote:Sounds good. Is there an up-todate "Getting started with "D programming"? What to download, and where to install it. Also, is there a Visual GUI IDE? I have codeBlocks and GCC installed. Can D use wxWidgets? Evidently, C++ can use wxWidgets, but "C" can not. Which is why I am here. Thanks for your helps...vmhttp://dlang.org has a lot of information. Download: http://dlang.org/download.html Tutorial: http://www.informit.com/articles/article.aspx?p=1381876 Editors: http://prowiki.org/wiki4d/wiki.cgi?EditorSupport GUI libs: http://prowiki.org/wiki4d/wiki.cgi?GuiLibraries
Apr 07 2012
On Saturday, 7 April 2012 at 19:03:25 UTC, simendsjo wrote:On Sat, 07 Apr 2012 20:37:16 +0200, vmars316http://dlang.org has a lot of information. Download: http://dlang.org/download.html Tutorial: http://www.informit.com/articles/article.aspx?p=1381876 Editors: http://prowiki.org/wiki4d/wiki.cgi?EditorSupport GUI libs: http://prowiki.org/wiki4d/wiki.cgi?GuiLibrariesThanks for the links. Lots of good info, I am a bit overwhelmed. I downloaded dinstaller.exe for windows using this guideline: http://www.youtube.com/watch?v=kSugYSC5hrE&feature=related C:\D Where/how can I tell exactly what is installed? DMG? GTK? QT? But I can't figure out how to get it going. The first thing I would like to do: 1) Run the "hello world" program. and 2) I want to install a Visual GUI IDE (drag and drop Visual Controls). Can I get some recommendations on What Visual IDEs people are using? Am I using the right term "Visual GUI IDE" ? Maybe I should start a new Topic for this? Thanks...Vernon
Apr 07 2012