From 35f7b6584762d51965dfe8922fe12ea169158896 Mon Sep 17 00:00:00 2001 From: Sorin Sbarnea Date: Mon, 13 Mar 2017 09:45:19 +0000 Subject: [PATCH] Added info for compiling on RPM based distros --- README.org | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.org b/README.org index 745317f..45d175b 100644 --- a/README.org +++ b/README.org @@ -66,6 +66,14 @@ you can install the =vobsub2srt= package: You can build a *.deb package (Debian/Ubuntu) with =make package=. The package is created in the =build= directory. +*** .rpm (Centos/RHEL/Fedora) +#+BEGIN_EXAMPLE + sudo yum install -y cmake tesseract-devel dpkg libtiff-devel libwebp-devel libpng-devel giflib-devel + ./configure -DBUILD_STATIC=ON + make +#+END_EXAMPLE + + You can also create a source package and upload it to your own PPA by using the =UploadPPA.cmake=. But this is only recommended for people experienced with cmake and creating Debian packages.