Changeset b666c7 in git for doc


Ignore:
Timestamp:
Jun 25, 2020, 4:34:39 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
03c74248d7037dfb2bedf7c2fa4b550676cb7333
Parents:
19f6b5f3300aae7e89c967ecedfed08c1e3704ea
Message:
renamed repo: Sources ->Singular
Location:
doc
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • doc/Building-Singular-from-source.md

    r19f6b5f rb666c7  
    1111
    12121. as prerequisite autotools (>=2.62), [gmp](http://ftp.gnu.org/gnu/gmp/) (>= 4.2), are needed, furthermore we recommend to use [NTL](http://www.shoup.net/ntl/) (>= 5.0) configured with NTL_GMP_LIP=on (for further details see [NTL Documentation](http://www.shoup.net/ntl/doc/tour-gmp.html)), [FLINT](http://www.flintlib.org/) (>=2.4) which depends on [MPFR](http://www.mpfr.org/mpfr-current/) (>=3.0.0)  , and readline
    13 2. get the sources with `git clone -b spielwiese git://github.com/Singular/Sources.git <directory_name>`
     132. get the sources with `git clone -b spielwiese git://github.com/Singular/Singular.git <directory_name>`
    14143. run `<abs_directory_name_from_above>/autogen.sh` (formerly known as `for_Hans_with_love.sh`) from the root directory
    15154. create and switch to your temporary build directory. Do not build Singular in the source folder itself!
     
    5252# Build the old ```master``` Singular as follows:
    5353
    54 1. get the sources with `git clone -b trunk git://github.com/Singular2/Sources.git <directory_name>`
     541. get the sources with `git clone -b trunk git://github.com/Singular/Singular.git <directory_name>`
    55552. `cd <directory_name_from_above>`
    56563. run `./configure` from the root directory
  • doc/COPYING.texi

    r19f6b5f rb666c7  
    137137@item surfex (used by surfex.lib, @pxref{surfex_lib})
    138138@copyright{} Oliver Labs (2001-2008), Stephan Holzer (2004-2005)
    139 @* @uref{https://github.com/Singular/Sources/tree/spielwiese/Singular/LIB/surfex}
     139@* @uref{https://github.com/Singular/Singular/tree/spielwiese/Singular/LIB/surfex}
    140140@item TOPCOM (used by polymake.lib, @pxref{polymake_lib})
    141141@copyright{} J@"org Rambau
  • doc/changes_in_singular4.texi

    r19f6b5f rb666c7  
    102102@itemize @bullet
    103103@item The tree structure of the binary Singular distribution has been changed.
    104 The typical tree now looks as show at @uref{https://github.com/Singular/Sources/wiki/Sw-tree}
     104The typical tree now looks as show at @uref{https://github.com/Singular/Singular/wiki/Sw-tree}
    105105
    106106@item Accordingly Singular search paths (where Singular searches for libraries, dynamic modules, etc.) have been changed. You can display them by calling Singular by @code{Singular -v}.
Note: See TracChangeset for help on using the changeset viewer.