https://github.com/ederc/Sources
Revision 51d228924691fa6b39f5a666fa1fd5125f7ff770 authored by Hans Schoenemann on 31 May 2019, 15:15:19 UTC, committed by Hans Schoenemann on 31 May 2019, 15:15:19 UTC
2 parent s 177e747 + 6581520
Raw File
Tip revision: 51d228924691fa6b39f5a666fa1fd5125f7ff770 authored by Hans Schoenemann on 31 May 2019, 15:15:19 UTC
Merge branch 'ederc-local-z' into spielwiese
Tip revision: 51d2289
README.pkg
Debian (and Debian based Operating Systems)
===========================================

The Debian [1] package for Singular is currently maintained by the Debian Science Team [2,3]:
the git repository for the singular Debian package is at Alioth [4].

[1] https://www.debian.org/
[2] https://wiki.debian.org/DebianScience
[3] https://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org
[4] http://anonscm.debian.org/cgit/debian-science/packages/singular.git/

Fedora (and RPM based Operating Systems)
=======================================

To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version):
$ rpmbuild -tb singular-4.0.0.tar.gz

To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version):
$ cd `rpm --eval '%{_topdir}'`/RPMS
$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm

Gentoo
======
install from the main tree:

emerge singular

is sufficient.
back to top