Hello, [EMAIL PROTECTED], le Fri 29 Aug 2008 16:19:01 -0500, a écrit : > How do I make the BRLTTY compile a totally independent install? I see the > option --enable-relocatable-install, but it says it primarily for Windows?
Yes, because on Unix you generally do not need it, you just recompile it. > What is the best option to self contain and/or make BRLTTY portable so I > can compile & drop into several machines? You'd not only need --enable-relocatable-install, but probably also --enable-standalone-programs, to get statical linking, because else you may end up with problems of library versions. > If the build is independent what files/configs need to be copied over? Just use make install INSTALL_ROOT=/some/where to get brltty installed in a directory which you can then targz. Samuel _______________________________________________ This message was sent via the BRLTTY mailing list. To post a message, send an e-mail to: [email protected] For general information, go to: http://mielke.cc/mailman/listinfo/brltty
