pit: other bits

Here you will see some misc information not covered in the first article. First, the 'run' script you used to run the timer example is just: export LD_LIBRARY_PATH=./libexec ./bin/pit -d 1 -s libscriptlua.so "$@" Since plugin modules are dynamic libraries, we first set LD_LIBRARY_PATH so that the main executable is able to find them. Next … Continue reading pit: other bits

pit: introduction

In this series I will present pit, a of Swiss Army knife kind of software package. In short, it is a scripting environment supporting an assortment of optional dynamic loadable modules that provide various functionalities, targeting both Linux and Windows. Lua is the first supported scripting language, but others can be added in the future. … Continue reading pit: introduction