]> www.ginac.de Git - ginac.git/blobdiff - README
- adapted for new and enhanced version of doxygen
[ginac.git] / README
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..3b35bb82937ec377d882f4ff69517073bdd27280 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,20 @@
+General Information
+===================
+
+GiNaC (which stands for "GiNaC is Not a CAS (computer algebra system)) is a
+C++ library for symbolic mathematical calculations. It is designed to allow
+the creation of integrated systems that embed symbolic manipulations together
+with more established areas of computer science (like computation-intense
+numeric applications, graphical interfaces, etc.) under one roof.
+
+The official ftp site is:
+  ftp://ftpthep.physik.uni-mainz.de/pub/GiNaC/
+
+The official web site is:
+  http://wwwthep.physik.uni-mainz.de/GiNaC/
+
+
+Installation
+============
+
+See the file "INSTALL".