development/gcc-d: Fix README.
Signed-off-by: B. Watson <yalhcru@gmail.com> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
d07db8493d
commit
fb0a933b8e
|
@ -1,12 +1,12 @@
|
||||||
This is GDC (GNU D Compiler), the D frontend for GCC.
|
This is GDC (GNU D Compiler), the D frontend for GCC.
|
||||||
|
|
||||||
D is a general-purpose programming language with static typing, systems-level
|
D is a general-purpose programming language with static typing,
|
||||||
access, and C-like syntax. With the D Programming Language, write fast, read
|
systems-level access, and C-like syntax. With the D Programming
|
||||||
fast, and run fast.
|
Language, write fast, read fast, and run fast.
|
||||||
|
|
||||||
This package provides GCC 8 with C, C++ and D. It doesn't conflict with GCC 5
|
This package provides GCC 8 with C, C++ and D. It doesn't conflict with
|
||||||
shipped by Slackware.
|
GCC 5 shipped by Slackware.
|
||||||
|
|
||||||
Since GCC is built several times to bootstrap the D frontend written in D with
|
Since GCC is built several times to bootstrap the D frontend written in
|
||||||
an older C++-version, be sure you have about 9 GB of disk space in your
|
D with an older C++-version, be sure you have about 9 GB of disk space
|
||||||
temporary directory.
|
in your temporary directory.
|
||||||
|
|
Loading…
Reference in New Issue