]> www.ginac.de Git - ginac.git/blobdiff - README
- added spec file
[ginac.git] / README
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..28392d47efaaedfd806d6bff2b07aad4071d99b0 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,20 @@
+General Information
+===================
+
+GiNaC (which stands for "GiNaC is not a 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".