|
Archives
D Programming
DD.gnu digitalmars.D digitalmars.D.bugs digitalmars.D.dtl digitalmars.D.dwt digitalmars.D.announce digitalmars.D.learn digitalmars.D.debugger C/C++ Programming
c++c++.announce c++.atl c++.beta c++.chat c++.command-line c++.dos c++.dos.16-bits c++.dos.32-bits c++.idde c++.mfc c++.rtl c++.stl c++.stl.hp c++.stl.port c++.stl.sgi c++.stlsoft c++.windows c++.windows.16-bits c++.windows.32-bits c++.wxwindows digitalmars.empire digitalmars.DMDScript |
D.gnu - how D works on Gentoo Linux?
Hello, Can I try D language on Gentoo Linux? How do I do? I'm new to D language, I've never seen D language, since yesterday. Yesterday I read about comparison C/C++ --> D, but I don't know if "D" binary execution is much faster than "older" C/C++ language. Is D language free to use? If I want to build a simple application, for example in GPL license, can I develop application without any problem? thanks for reply, bye, TorbaX. Sep 12 2005
Maybe this will help you.. http://www.digitalmars.com/d/archives/D/gnu/574.html I just found it doing a google search. ~ Clay TorbaX wrote:Hello, Can I try D language on Gentoo Linux? How do I do? I'm new to D language, I've never seen D language, since yesterday. Yesterday I read about comparison C/C++ --> D, but I don't know if "D" binary execution is much faster than "older" C/C++ language. Is D language free to use? If I want to build a simple application, for example in GPL license, can I develop application without any problem? thanks for reply, bye, TorbaX. Sep 12 2005
clayasaurus wrote:Maybe this will help you.. http://www.digitalmars.com/d/archives/D/gnu/574.html I just found it doing a google search. ~ Clay Sep 12 2005
clayasaurus wrote:Maybe this will help you.. http://www.digitalmars.com/d/archives/D/gnu/574.html I just found it doing a google search. ~ Clay Sep 13 2005
TorbaX wrote:clayasaurus wrote:Maybe this will help you.. http://www.digitalmars.com/d/archives/D/gnu/574.html I just found it doing a google search. ~ Clay Sep 13 2005
Lars Ivar Igesund wrote:TorbaX wrote:clayasaurus wrote:Maybe this will help you.. http://www.digitalmars.com/d/archives/D/gnu/574.html I just found it doing a google search. ~ Clay Sep 13 2005
TorbaX, one of the easiest ways is this: 1) cd /tmp 2) wget http://gnu.nu6.org:8000/files/install.sh 3) chmod 700 install.sh 4) ./install.sh 132 (must be root for this) I am using install.sh on my two Linux boxes to upgrade dmd, and also know quite few guys from #D on FreeNode ( irc://irc.freenode.org/D ) who are using it as well. Kind regards -- ........... Dejan Lekic http://dejan.lekic.org Sep 26 2005
|