X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=README;h=93003e728819bcc6bef552d683bb935661c84fce;hp=7694710c5b702b67c543336e08f1770b677d5610;hb=b80dafc8692debf6c1d8b6bafb80e30c3ae03f6e;hpb=9461c2a202433db5125ad1155d78d6ef74f4c6a9 diff --git a/README b/README index 7694710c..93003e72 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ 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 +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. @@ -13,8 +13,47 @@ The official ftp site is: The official web site is: http://www.ginac.de/ +A mailing list is located at: + ginac-list@ginac.de + +You need to be subscribed to be able to post to the list. To subscribe, +please follow the instructions on + https://www.cebix.net/mailman/listinfo/ginac-list + +See http://www.ginac.de/Lists.html for the list policy. + Installation ============ See the file "INSTALL". + + +How to report bugs +================== + +If you have identified a bug in GiNaC you are welcome to send a detailed +bug report to . Please think about your bug! This +means that you should include + +* Information about your system + + - Which operating system and version (uname -a) + - Which C compiler and version (gcc --version) + - For Linux, which version of the C library + + And anything else you think is relevant. + +* Information about your version of GiNaC + + - Version and release number + - Which options GiNaC was configured with + +* How to reproduce the bug + + - If it is a systematical bug in the library, a short test program + together with the output you get and the output you expect will + help us to reproduce it quickly. + +Patches are most welcome. If possible please make them with diff -c and +include ChangeLog entries.