source: git/README.pkg @ a72a30

spielwiese
Last change on this file since a72a30 was 67e5ab, checked in by Hans Schoenemann <hannes@…>, 9 years ago
sdb: verbose 'p'
  • Property mode set to 100644
File size: 1.0 KB
Line 
1Debian (and Debian based Operating Systems)
2===========================================
3
4The Debian [1] package for Singular is currently maintained by the Debian Science Team [2,3]:
5the git repository for the singular Debian package is at Alioth [4].
6
7[1] https://www.debian.org/
8[2] https://wiki.debian.org/DebianScience
9[3] https://qa.debian.org/developer.php?login=debian-science-maintainers@lists.alioth.debian.org
10[4] http://anonscm.debian.org/cgit/debian-science/packages/singular.git/
11
12Fedora (and RPM based Operating Systems)
13=======================================
14
15To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version):
16$ rpmbuild -tb singular-4.0.0.tar.gz
17
18To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version):
19$ cd `rpm --eval '%{_topdir}'`/RPMS
20$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm
21
22Gentoo
23======
24install from the main tree:
25
26emerge singular
27
28is sufficient.
Note: See TracBrowser for help on using the repository browser.