tehn / isms

39 stars 7 forks source link

waf build #9

Closed artfwo closed 1 year ago

artfwo commented 1 year ago

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.

tehn commented 1 year ago

looks great! and both propositions i think are good. i'll merge this for now.