Closed artfwo closed 1 year ago
first attempt to build isms with waf
use ./waf install-lib to initialize system library at the hardcoded path.
./waf install-lib
i'm considering extending the lua system modules search path to be defined at compile time (PREFIX/share/isms?). what do you think @tehn ?
for development purposes isms could as well load the libraries from the source directory, i could probably add that possibility too.
looks great! and both propositions i think are good. i'll merge this for now.
first attempt to build isms with waf
use
./waf install-lib
to initialize system library at the hardcoded path.i'm considering extending the lua system modules search path to be defined at compile time (PREFIX/share/isms?). what do you think @tehn ?
for development purposes isms could as well load the libraries from the source directory, i could probably add that possibility too.