~vcs-imports/gmime/master

« back to all changes in this revision

Viewing changes to fedora.setup

  • Committer: Jeffrey Stedfast
  • Date: 2017-08-27 14:11:22 UTC
  • Revision ID: git-v1:7ed80cd878df8c1df5b7cc780fd46ebfae9375d0
Added fedora.setup to make things easier for myself in the future

I always seem to get stuck getting errors building Vala
support and it turns out I need to install redhat-rpm-config
which somehow makes the Vala bindings build correctly. (why???)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/bin/bash
 
2
 
 
3
echo -n "Installing packages needed to build gmime..."
 
4
yum install automake libtool gtk-doc glib-devel libidn-devel zlib-devel gpgme-devel
 
5
 
 
6
echo -n "Installing packages needed for building Vala support..."
 
7
yum install redhat-rpm-config vala-devel
 
8
 
 
9
echo -n "Installing packages needed for code coverage analysis..."
 
10
yum install lcov