10th Birthday for GDC
Dicebot
public at dicebot.lv
Fri Jan 31 13:10:55 PST 2014
On Friday, 31 January 2014 at 19:43:22 UTC, Andrej Mitrovic wrote:
> Right, I need something to build the source with after I modify
> the
> source. Git-head, and all that. Prebuilt binaries are of no
> use. :)
No, I did not mean to _use_ prebuilt binaries. For any Arch Linux
(and thus Manjaro) package there is a matching entry in SVN
repository with build script. For example, for GDC it is here:
https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/gdc
There is also AUR package for gcc 4.9 -
https://aur.archlinux.org/packages/gd/gdc-git/PKGBUILD ,
maintained by Moritz Maxeiner
At any time you can just download those, make any changes you
need and run `makepkg`. Or just use build() function from
PKGBUILD as a base for your own build script.
More information about the Digitalmars-d
mailing list