Difference between revisions of "GDC/Installation/ArchLinux"
(Add Arch Linux GDC build from source instructions) |
|||
Line 6: | Line 6: | ||
At any time you can download those, make any changes you need and run '''makepkg'''. Or just use the '''build()''' function from within the '''PKGBUILD''' script as a base for your own build script. | At any time you can download those, make any changes you need and run '''makepkg'''. Or just use the '''build()''' function from within the '''PKGBUILD''' script as a base for your own build script. | ||
+ | |||
+ | |||
+ | [[Category:GDC Compiler]] |
Revision as of 20:05, 1 September 2015
Building GDC on Arch Linux from source
For any Arch Linux (and Manjaro Linux) package there is a matching entry in an SVN repository with the build script. For example, for GDC it is located here: https://projects.archlinux.org/svntogit/community.git/tree/trunk?h=packages/gdc
At any time you can download those, make any changes you need and run makepkg. Or just use the build() function from within the PKGBUILD script as a base for your own build script.