Skip to content

Commit 7ed80cd

Browse files
author
Jeffrey Stedfast
committed
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???)
1 parent 864873c commit 7ed80cd

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fedora.setup

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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

0 commit comments

Comments
 (0)