Changeset 232a34 in git


Ignore:
Timestamp:
Apr 30, 2013, 11:16:12 PM (10 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
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
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/README

    r551729 r232a34  
    1 SINGULAR for Debian
    2 ===================
    3 by Mathias Schulze <mschulze@mathematik.uni-kl.de>
     1SINGULAR deb packages
     2=====================
    43
    5 To build Singular packages for Debian based systems run (with 4.0.0 replaced by the respective Singular version):
     4To build Singular deb packages run (with 4.0.0 replaced by the respective Singular version):
    65$ mv singular-4.0.0.tar.gz singular_4.0.0.orig.tar.gz
    76$ tar xzvf singular_4.0.0.orig.tar.gz
    87$ cd singular-4.0.0
    9 $ debuild -us -uc 
     8$ debuild -us -uc
    109
    11 To install the newly created packages run (as superuser, replacing amd64 by your architecture and 4.0.0 by the respective Singular version):
     10To install the newly created packages run (as superuser, with amd64 replaced by your architecture and 4.0.0 by the respective Singular version):
    1211$ cd ..
    1312$ dpkg -i singular_4.0.0-1_amd64.deb singular-bin_4.0.0-1_amd64.deb singular-common_4.0.0-1_all.deb
  • 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.