Skip to content

ntd/luasyslog

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

A fork of luasyslog by Nicolas Casalini.

The implemented enhancements include Lua 5.2 and 5.3 support, a revamped build system and proper module encapsulation.

Installation

If you use luarocks:

luarocks install --server=http://luarocks.org/manifests/ntd luasyslog

The project uses autotools, so if you want to manually build it from the repository you need autoconf, automake and libtool installed. Remember to generate configure beforehand by running autogen.sh.

./autogen.sh
./configure
make
make install # Possibly as root

The main Makefile.am provides the additional rock target for building the .src.rock package (luarocks is required):

make rock