On Sunday, February 23, 2014 9:43:12 PM UTC+9, Luca Barbato wrote: > > Is there a way to: > > - enable/disable optional tup components? I noticed that the Tuprules > references some variables but I'm seeing no script to set them. > - cross compile. Again it is a matter of configure script more than > building. > > Regards > > lu - trying to packetize it properly for Gentoo. >
AFAIK there's no configure script, or reference for the config variables. It would probably be good to document somewhere. Just searching through I came up with these: CONFIG_TUP_DEBUG= CONFIG_TUP_WERROR= CONFIG_TUP_32_BIT= CONFIG_TUP_MINGW= CONFIG_TUP_SUDO_SUID= CONFIG_TUP_USE_SYSTEM_SQLITE= CONFIG_TUP_WWW= CONFIG_TUP_WWW_ANALYTICS= DEBUG, WERROR, 32_BIT, SUDO_SUID, USE_SYSTEM_SQLITE, WWW, and WWW_ANALYTICS all take y for set, empty for unset. MINGW takes the mingw prefix I think, and enables cross compiling for Windows. WWW requires man2html, gnuplot, and graphviz and enables generating the Tup website. -- -- tup-users mailing list email: [email protected] unsubscribe: [email protected] options: http://groups.google.com/group/tup-users?hl=en --- You received this message because you are subscribed to the Google Groups "tup-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
