Downloading eLua Source Code

Official Releases

Source code

The last released version is eLua v0.6 and you can download it here: ####
The package includes the complete source code, documentation, building scripts and Lua program examples.

After downloading and unpacking, you can acess eLua's documentation in an offline mode, opening the document index_en.html in the /doc folder. It will show you a version of this site at the time eLua v0.6 was released. The online version is constantly updated though and you might check it for updated eLua news.

You will find eLua building instructions on the Building eLua page.



Subversion Public Repository

If you'd rather have the very last development ("bleeding edge") version, just check it out from our Subversion Repository:

$ svn checkout svn://svn.berlios.de/elua/trunk

Once checked out, the repository can be easily updated by the svn client command:

$ svn update


Subversion Repository Web Browsing

If you're looking for an easy and user friendly way of browsing through the SVN repository, use the WebSVN interface

Subversion Repository for developers

If you want to contribute to eLua and need write access to the repository, follow these steps:

Then checkout the repository:

$ export SVN_SSH='ssh -l <yourberliosid>'

$ svn checkout svn+ssh://svn.berlios.de/svnroot/repos/elua/trunk

Once checked out, the repository can be easily updated:

$ svn update