Hi, On Tue, Feb 3, 2009 at 3:47 PM, Jason Keenan <[email protected]> wrote: > running just 'make install' gives >[snip permission errors]
That's because install will default to system directories, but you can probably get it to install in your home dir. Not tested, but : `configure --help` should give you a list of options, among which you should find --prefix , which you can use to set the destination install dir. Try something like mkdir ~/sphinx-install configure --prefix ~/sphinx-install make && make install Maybe it'll work then. -- Francois Gombault --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Lovd by Less" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/lovdbyless?hl=en Who loves ya baby? -~----------~----~----~----~------~----~------~--~---
