1
0
mirror of https://github.com/elua/elua.git synced 2025-01-08 20:56:17 +08:00
Dado Sutter f6d7d85f94 - Added link to a host @Led Lab for custom build binaries
- Current online site will be updated acordingly
- LM3S6965 version still needs to be adapted, tested and uploaded (sent to me). I do not have an LM3S6965 board to test :(
2010-02-01 01:38:13 +00:00
..
2010-01-28 13:15:31 +00:00
2010-01-25 23:43:05 +00:00
2010-01-25 23:43:05 +00:00
2010-01-25 23:43:05 +00:00
2009-10-19 21:03:56 +00:00
2009-10-19 21:03:56 +00:00

The eLua doc is automatically generated by a Lua script contained here in the distro.
The html doc generated by this script is the exactly the same shown in our online site (www.eluaproject.net)

To generate the doc:
- make sure you have Lua installed in your machine (www.lua.org)
- go to the /doc directory of this distro (you're probably here already :)
- run the script with
  $ lua buildall.lua
- the doc/site structure is generated in a new sub-folder called dist, where you can go and open any .html document. The left-side menu is actually part of the global layout and is included in every page of the doc/site.
- enjoy eLua !