summaryrefslogtreecommitdiffstats
path: root/development/gcc-d/README
diff options
context:
space:
mode:
author Eugene Wissner2017-09-23 01:46:41 +0200
committer David Spencer2017-09-23 01:46:41 +0200
commit061a1582169e52343db88a102fc5b62929b218db (patch)
tree428e799a1ea22d8d4980575c11e0d75152421169 /development/gcc-d/README
parentc03f9014e670ff7898bd52dc42cabeb865bd887a (diff)
downloadslackbuilds-061a1582169e52343db88a102fc5b62929b218db.tar.gz
development/gcc-d: Added (D support for GCC).
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'development/gcc-d/README')
-rw-r--r--development/gcc-d/README15
1 files changed, 15 insertions, 0 deletions
diff --git a/development/gcc-d/README b/development/gcc-d/README
new file mode 100644
index 0000000000..c03ead1471
--- /dev/null
+++ b/development/gcc-d/README
@@ -0,0 +1,15 @@
+This is GDC (GNU D Compiler), the D frontend for GCC.
+
+D is a general-purpose programming language with static typing,
+systems-level access, and C-like syntax. It combines efficiency,
+control and modeling power with safety and programmer productivity.
+
+This package is for GCC 5.3.0 shipped with Slackware. It doesn't
+replace any of GCC stock files, so it should be safe to uninstall it.
+If it breaks your GCC installation nevertheless, please let me know.
+
+GDC version provided by this package is the latest from the official
+"gcc5" branch. Please note that GDC doesn't support all the latest
+features supported by the corresponding DMD version.
+
+GDC doesn't conflict with DMD, they can be installed and used together.