source: git/redhat/README @ 4efa47

spielwiese
Last change on this file since 4efa47 was 4efa47, checked in by Mathias Schulze <mschulze@…>, 11 years ago
README files for debian and redhat
  • Property mode set to 100644
File size: 509 bytes
Line 
1SINGULAR for Redhat
2===================
3by Mathias Schulze <mschulze@mathematik.uni-kl.de>
4
5To build Singular packages for Redhat based systems run (with 4.0.0 replaced by the respective Singular version):
6$ rpmbuild -ta singular-4.0.0.tar.gz
7
8To install the newly created packages run (as superuser, replacing x86_64 by your architecture and 4.0.0 by the respective Singular version):
9$ cd `rpm --eval '%{_topdir}'`/RPMS
10$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm
11
Note: See TracBrowser for help on using the repository browser.