Changeset b666c7 in git
- Timestamp:
- Jun 25, 2020, 4:34:39 PM (3 years ago)
- Branches:
- (u'spielwiese', '0d6b7fcd9813a1ca1ed4220cfa2b104b97a0a003')
- Children:
- 03c74248d7037dfb2bedf7c2fa4b550676cb7333
- Parents:
- 19f6b5f3300aae7e89c967ecedfed08c1e3704ea
- Location:
- doc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/Building-Singular-from-source.md
r19f6b5f rb666c7 11 11 12 12 1. 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/S ources.git <directory_name>`13 2. get the sources with `git clone -b spielwiese git://github.com/Singular/Singular.git <directory_name>` 14 14 3. run `<abs_directory_name_from_above>/autogen.sh` (formerly known as `for_Hans_with_love.sh`) from the root directory 15 15 4. create and switch to your temporary build directory. Do not build Singular in the source folder itself! … … 52 52 # Build the old ```master``` Singular as follows: 53 53 54 1. get the sources with `git clone -b trunk git://github.com/Singular 2/Sources.git <directory_name>`54 1. get the sources with `git clone -b trunk git://github.com/Singular/Singular.git <directory_name>` 55 55 2. `cd <directory_name_from_above>` 56 56 3. run `./configure` from the root directory -
doc/COPYING.texi
r19f6b5f rb666c7 137 137 @item surfex (used by surfex.lib, @pxref{surfex_lib}) 138 138 @copyright{} Oliver Labs (2001-2008), Stephan Holzer (2004-2005) 139 @* @uref{https://github.com/Singular/S ources/tree/spielwiese/Singular/LIB/surfex}139 @* @uref{https://github.com/Singular/Singular/tree/spielwiese/Singular/LIB/surfex} 140 140 @item TOPCOM (used by polymake.lib, @pxref{polymake_lib}) 141 141 @copyright{} J@"org Rambau -
doc/changes_in_singular4.texi
r19f6b5f rb666c7 102 102 @itemize @bullet 103 103 @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/S ources/wiki/Sw-tree}104 The typical tree now looks as show at @uref{https://github.com/Singular/Singular/wiki/Sw-tree} 105 105 106 106 @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.