Skip to content

Creating a Singular Fedora package

jankoboehm edited this page Dec 13, 2013 · 5 revisions

To create a Singular Fedora package proceed as follows. These instructions were tested with version 4.0.0. Replace this in the following by the current version string. We assume that you followed the [instructions to compile Singular](Installation from GitHub on Fedora).

  1. Install the necessary packages:

    • sudo yum install rpm-build
    • sudo yum install byacc
  2. Create the source tar-file:

    • cd $HOME/git/Singular4/Sources
    • make dist
  3. Build the package:

    • rpmbuild -tb singular-4.0.0.tar.gz
Clone this wiki locally