GDC in fedora binary

I am looking for a binary version of GDC (D2 → D1 is in the source forge) for fedora, but it does not exist. Then I want to compile it from the source code, but I do not know how to do it. There is no configuration file or make in the root directory. Is there a good soul that helps me with this? And yes, I found programming D questions on Fedora 16, but that is not the answer to my question.

+3
source share
1 answer

Luckily for you, I am working on the GDC RPM and I will announce it soon (as soon as I test it) at the http://forum.dlang.org/group/digitalmars.D.announce newsgroup. I am currently testing the ARM assembly on my ODROID-U2 block. I soon pushed SPEC and the rest to the Git repository at https://gitorious.org/rpm-gdc . RPM sets GDC in /opt/gdc.

Speaking of GDC, I also have a fixed gcc.spec that can be used to rebuild the gcc system with support for the D programming language. I have never introduced it to Fedora people since I expect the GDC to appear in GCC soon ...

, DMD RPM http://dlang.org ( RPM Fedora, DMD SPEC https://gitorious.org/dejan-fedora) LDC, Fedora. , http://koji.fedoraproject.org.

+2

All Articles