Difference between revisions of "GDC/Installation"
(Remove forum comment) |
(→Windows: Link to old wiki is dead.) |
||
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 ==== |
Revision as of 14:35, 9 March 2014
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.
OSX
make prep make gdc sudo make gdc-install make phobos sudo make phobos-install make clean
Tested with Mac OS X 10.3 and GCC 3.4 (and 3.3 too).
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.