Difference between revisions of "GDC/Installation"
(Migrated AMD-64 stuff from old wiki) |
|||
(4 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
==== Windows ==== | ==== Windows ==== | ||
− | Building on windows requires some special steps. There's no up to date guide right now | + | Building on windows requires some special steps. There's no up to date guide right now. |
==== Android ==== | ==== Android ==== | ||
Line 16: | Line 16: | ||
==== Arch Linux (also Manjaro Linux) ==== | ==== Arch Linux (also Manjaro Linux) ==== | ||
See [[GDC/Installation/ArchLinux]]. | See [[GDC/Installation/ArchLinux]]. | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
====AMD-64==== | ====AMD-64==== | ||
Line 39: | Line 23: | ||
--build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --enable-share | --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --enable-share | ||
</pre> | </pre> | ||
+ | |||
+ | ==== Cygwin ==== | ||
+ | [http://forum.dlang.org/post/d29jda$2jnh$1@digitaldaemon.com Announcement] | ||
=== Cross compiling === | === Cross compiling === | ||
Line 45: | Line 32: | ||
=== After the installation === | === After the installation === | ||
You might want to run the test suite, see [[GDC/Test Suite]]. | You might want to run the test suite, see [[GDC/Test Suite]]. | ||
+ | |||
+ | |||
+ | [[Category:GDC Compiler]] |
Latest revision as of 20:05, 1 September 2015
Contents
Installing from source
Generic installation
Use the Installation/Generic guide if there's no system specific installation guide for your system.
System specific installation
Windows
Building on windows requires some special steps. There's no up to date guide right now.
Android
An initial Android port is available but development is paused for now and the code is in early alpha (read useless) state. See Installation/Android for more information.
Arch Linux (also Manjaro Linux)
See GDC/Installation/ArchLinux.
AMD-64
../gcc-3.4.3/configure --enable-languages=c,d,c++ --prefix=/usr/local/gcc-3.4.3 --target=i686-pc-linux-gnu --build=i686-pc-linux-gnu --host=i686-pc-linux-gnu --enable-share
Cygwin
Cross compiling
See Cross Compiler.
After the installation
You might want to run the test suite, see GDC/Test Suite.