Changeset 232a34 in git
- Timestamp:
- Apr 30, 2013, 11:16:12 PM (10 years ago)
- 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
- 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> 1 SINGULAR deb packages 2 ===================== 4 3 5 To build Singular packages for Debian based systems run (with 4.0.0 replaced by the respective Singular version):4 To build Singular deb packages run (with 4.0.0 replaced by the respective Singular version): 6 5 $ mv singular-4.0.0.tar.gz singular_4.0.0.orig.tar.gz 7 6 $ tar xzvf singular_4.0.0.orig.tar.gz 8 7 $ cd singular-4.0.0 9 $ debuild -us -uc 8 $ debuild -us -uc 10 9 11 To install the newly created packages run (as superuser, replacing amd64by your architecture and 4.0.0 by the respective Singular version):10 To install the newly created packages run (as superuser, with amd64 replaced by your architecture and 4.0.0 by the respective Singular version): 12 11 $ cd .. 13 12 $ 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> 1 SINGULAR rpm packages 2 ===================== 4 3 5 To build Singular packages for Redhat based systems run (with 4.0.0 replaced by the respective Singular version):6 $ rpmbuild -t asingular-4.0.0.tar.gz4 To build Singular rpm packages run (with 4.0.0 replaced by the respective Singular version): 5 $ rpmbuild -tb singular-4.0.0.tar.gz 7 6 8 To install the newly created packages run (as superuser, replacing x86_64by your architecture and 4.0.0 by the respective Singular version):7 To install the newly created packages run (as superuser, with x86_64 replaced by your architecture and 4.0.0 by the respective Singular version): 9 8 $ cd `rpm --eval '%{_topdir}'`/RPMS 10 9 $ 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.