From c79f48d3b5c7aaab9aeb9347689b1186d7c6ff5b Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Wed, 9 Apr 2014 16:00:16 +0200 Subject: [PATCH] More release script instructions --- extra/scripts/publish-wifibox-release.lua | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/extra/scripts/publish-wifibox-release.lua b/extra/scripts/publish-wifibox-release.lua index 86ccccc..8dbeac0 100755 --- a/extra/scripts/publish-wifibox-release.lua +++ b/extra/scripts/publish-wifibox-release.lua @@ -6,8 +6,14 @@ -- then synchronized to the release repository online. -- -- USAGE: --- The only dependency of this script is the penlight library, which can be installed using --- LuaRocks (http://luarocks.org/) as follows: 'sudo luarocks install penlight'. +-- The only dependency of this script are the penlight and luafilesystem libraries, which can be installed using +-- LuaRocks (http://luarocks.org/) as follows: +-- sudo luarocks install penlight +-- If the penlight libary is not found you might need to add the following to /etc/launchd.conf +-- setenv LUA_CPATH /opt/local/share/luarocks/lib/lua/5.2/?.so +-- setenv LUA_PATH /opt/local/share/luarocks/share/lua/5.2/?.lua +-- Reboot +-- -- This script will automatically locate the Doodle3D repo's. -- Index files are fetched from the online repository. -- For synchronizing, rsync must have passwordless SSH access to the server, for a