From 50b683c55edd4d4d50de20ce8f67c68237f2bafb Mon Sep 17 00:00:00 2001 From: "ph4ntome@gmail.com" Date: Wed, 5 Nov 2014 11:09:00 +0000 Subject: [PATCH] Added some info in INSTALL and change the makepkg command to install missing depedencies. git-svn-id: https://callirhoe.googlecode.com/svn/branches/phantome@218 81c8bb96-aa45-f2e2-0eef-c4fa4a15c6df --- INSTALL | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/INSTALL b/INSTALL index c468574..645082c 100644 --- a/INSTALL +++ b/INSTALL @@ -66,7 +66,10 @@ while for the third option you can get it from here: Place the PKGBUILD into a directory and run: -$ makepkg -i + +$ makepkg -s -i + +( -s will automatically install missing depedencies ) Arch will do the rest for you.