From 294e4b630c6a2d79622986cd160165fa2685f69f Mon Sep 17 00:00:00 2001 From: Arnstein Ressem Date: Fri, 3 Mar 2017 09:45:32 +0100 Subject: Added README.md --- dist/README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 dist/README.md (limited to 'dist/README.md') diff --git a/dist/README.md b/dist/README.md new file mode 100644 index 00000000000..4185537954d --- /dev/null +++ b/dist/README.md @@ -0,0 +1,12 @@ + +# Building Vespa RPM + +To manually build a Vespa RPM on CentOS 7: + +1. Add repo: ```yum-config-manager --add-repo https://copr.fedorainfracloud.org/coprs/g/vespa/vespa/repo/epel-7/group_vespa-vespa-epel-7.repo``` +2. Inspect vespa.spec and install all RPM's marked with BuildRequires. +1. In the root of the Vespa source tree, execute : ```./dist.sh ``` +1. Build the RPM with : ```rpmbuild -bb ~/rpmbuild/SPECS/vespa-.spec``` + +The RPM should now be available in ~/rpmbuild/RPMS. + -- cgit v1.2.3