Changeset 232a34 in git for redhat


Ignore:
Timestamp:
Apr 30, 2013, 11:16:12 PM (11 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e2dd6e7a1a119573b303190178fedeefa32fa6fc
Parents:
5517296ff0e7a96bf0bfba3785e551fdf920b3f5
git-author:
Mathias Schulze <mschulze@mathematik.uni-kl.de>2013-04-30 23:16:12+02:00
git-committer:
Mathias Schulze <mschulze@mathematik.uni-kl.de>2013-04-30 23:17:16+02:00
Message:
updated README for debian and redhat
File:
1 edited

Legend:

Unmodified
Added
Removed
  • redhat/README

    r551729 r232a34  
    1 SINGULAR for Redhat
    2 ===================
    3 by Mathias Schulze <mschulze@mathematik.uni-kl.de>
     1SINGULAR rpm packages
     2=====================
    43
    5 To 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
     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
    76
    8 To install the newly created packages run (as superuser, replacing x86_64 by your architecture and 4.0.0 by the respective Singular version):
     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):
    98$ cd `rpm --eval '%{_topdir}'`/RPMS
    109$ rpm -i x86_64/singular-4.0.0-1.x86_64.rpm noarch/singular-common-4.0.0-1.noarch.rpm
Note: See TracChangeset for help on using the changeset viewer.