Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
first working prototype of the lua bindings. Veeeeeery crude at this point
[simgrid.git] / src / bindings / lua / doit
1 set -e
2 make -C ../../
3 gcc -g3 -o runner tasktest.c Msglua.c -I ../../../include/ -I /usr/include/lua5.1/ -I . -L../../.libs  -ldl -llua5.1 -lsimgrid
4 valgrind -q ./runner ../../../examples/msg/small_platform.xml deploy.xml tasklua.lua