Changeset f1d88e in git


Ignore:
Timestamp:
Apr 30, 2013, 11:16:12 PM (11 years ago)
Author:
Mathias Schulze <mschulze@…>
Branches:
(u'spielwiese', '4a9821a93ffdc22a6696668bd4f6b8c9de3e6c5f')
Children:
e2dd6e7a1a119573b303190178fedeefa32fa6fc
Parents:
4efa47219043516b3752401b3ee32c5deb74eb61
Message:
updated README for debian and redhat
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • debian/README

    r4efa47 rf1d88e  
    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

    r4efa47 rf1d88e  
    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.