source: git/debian/README @ f5d2647

spielwiese
Last change on this file since f5d2647 was 232a34, checked in by Mathias Schulze <mschulze@…>, 11 years ago
updated README for debian and redhat
  • Property mode set to 100644
File size: 523 bytes
Line 
1SINGULAR deb packages
2=====================
3
4To build Singular deb packages run (with 4.0.0 replaced by the respective Singular version):
5$ mv singular-4.0.0.tar.gz singular_4.0.0.orig.tar.gz
6$ tar xzvf singular_4.0.0.orig.tar.gz
7$ cd singular-4.0.0
8$ debuild -us -uc
9
10To install the newly created packages run (as superuser, with amd64 replaced by your architecture and 4.0.0 by the respective Singular version):
11$ cd ..
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
13
Note: See TracBrowser for help on using the repository browser.