Ignore:
Timestamp:
Jun 25, 2020, 4:34:39 PM (4 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', '98550b669234b32be762076c32b3be2c35188ac4')
Children:
03c74248d7037dfb2bedf7c2fa4b550676cb7333
Parents:
19f6b5f3300aae7e89c967ecedfed08c1e3704ea
Message:
renamed repo: Sources ->Singular
File:
1 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
Note: See TracChangeset for help on using the changeset viewer.