source: git/redhat/README @ e4e36c

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