From e08d7c5caa84e59daba91c2f8561247a6871de3c Mon Sep 17 00:00:00 2001 From: silvernode Date: Fri, 26 Jul 2013 01:06:22 -0500 Subject: [PATCH 1/2] included vlc and git in distro install lines --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8b7d840..5dc2ad5 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ main repository: - pacman -S lua youtube-dl ffmpeg + pacman -S lua youtube-dl ffmpeg vlc git @@ -59,7 +59,7 @@ conversion to mp3: - sudo apt-get install lua5.2 youtube-dl ffmpeg vlc libavcodec-extra-53 + sudo apt-get install lua5.2 youtube-dl ffmpeg vlc git libavcodec-extra-53 ###IUP From ab846a81efd81b85a113340ae66b90bda25206c9 Mon Sep 17 00:00:00 2001 From: silvernode Date: Fri, 26 Jul 2013 01:23:13 -0500 Subject: [PATCH 2/2] fixed line 18 to include config_lua_module --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5dc2ad5..693f80b 100644 --- a/README.md +++ b/README.md @@ -115,7 +115,7 @@ Should look like this: After you have saved the lua module file, the next thing to do is to make the remaining install scripts executables: - # chmod +x install install_dev + # chmod +x install install_dev config_lua_module Now we are ready to run all three scripts. These scripts will install the library files needed for IUP to be used with Lua. Since these libraries will copied to the /lib directory, you will need to run all three install scrips as root: