From ab599cfc5c0ea1cfdf180fb9c95a41b3d1f7833e Mon Sep 17 00:00:00 2001 From: luan-cestari Date: Fri, 23 Jan 2015 13:26:43 -0200 Subject: [PATCH] Build&Install on fedora Updated README to describe how to build and install on Fedora. (probably it would be nice to do the same on other distro as well. --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index f3713e7..b0ceefe 100644 --- a/README.md +++ b/README.md @@ -89,6 +89,21 @@ sudo yum update sudo yum install finalterm ``` +### Fedora Build and Install + +Follow the below isntructions to build and isntall the finalterm from the source code in github: + +``` +sudo yum groups install "C Development Tools and Libraries" +sudo yum install libnotify libnotify-devel clutter clutter-devel libmx libmx-devel keybinder keybinder-devel libgee libgee-devel intltool vala vala-devel keybinder3 keybinder3-devel clutter-gtk clutter-gtk-devel +git clone https://github.com/p-e-w/finalterm.git +cd finalterm/ +mkdir build +cd build/ +cmake .. +make +sudo make install +``` ## Instructions for Arch Linux There is an AUR for Final Term maintained by Arch Linux user kens: [https://aur.archlinux.org/packages/finalterm-git/](https://aur.archlinux.org/packages/finalterm-git/).