OSCAR-code/Building/Linux/rpm
2020-12-08 21:09:18 +00:00
..
.gitignore Added builder for RPMs 2020-12-08 21:09:18 +00:00
generic-rpm.make Added builder for RPMs 2020-12-08 21:09:18 +00:00
Makefile Added builder for RPMs 2020-12-08 21:09:18 +00:00
Makefile-stage2 Added builder for RPMs 2020-12-08 21:09:18 +00:00
Makefile.common Added builder for RPMs 2020-12-08 21:09:18 +00:00
OSCAR.spec.raw Added builder for RPMs 2020-12-08 21:09:18 +00:00
README.md Added builder for RPMs 2020-12-08 21:09:18 +00:00

RPM Builder for Linux

The Makefile in this directory builds OSCAR as an RPM.

Build Process

  • Clone this repository
  • cd Building/Linux/rpm
  • sudo make

Build by-products can be removed with sudo make clean.

Assumptions

git rev-parse is used to determine the top-level directory, ergo this tree must have been cloned from GitLab and git must be installed.