]> www.ginac.de Git - ginac.git/blobdiff - README
- check program is not built until you say "make check"
[ginac.git] / README
diff --git a/README b/README
index e69de29bb2d1d6434b8b29ae775ad8c2e48c5391..11b2b0ac11ff3f91e13da86a8f9874f1e7107dec 100644 (file)
--- a/README
+++ b/README
@@ -0,0 +1,17 @@
+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 web site it:
+  http://wwwthep.physik.uni-mainz.de/GiNaC/
+
+
+Installation
+============
+
+See the file "INSTALL".