mirror of
https://github.com/Doodle3D/doodle3d-firmware.git
synced 2024-12-22 11:03:48 +01:00
More release script instructions
This commit is contained in:
parent
e029e1b7df
commit
c79f48d3b5
@ -6,8 +6,14 @@
|
|||||||
-- then synchronized to the release repository online.
|
-- then synchronized to the release repository online.
|
||||||
--
|
--
|
||||||
-- USAGE:
|
-- USAGE:
|
||||||
-- The only dependency of this script is the penlight library, which can be installed using
|
-- 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'.
|
-- 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.
|
-- This script will automatically locate the Doodle3D repo's.
|
||||||
-- Index files are fetched from the online repository.
|
-- Index files are fetched from the online repository.
|
||||||
-- For synchronizing, rsync must have passwordless SSH access to the server, for a
|
-- For synchronizing, rsync must have passwordless SSH access to the server, for a
|
||||||
|
Loading…
Reference in New Issue
Block a user