> Or you can to do following: > > username@host ~ $ mkdir -p ~/local/bin > username@host ~ $ echo "export PATH=$PATH:$(pwd)/local/bin" > username@host ~ $ cd my_fltk_sources && ./configure --prefix=~/local > > PS: I'm needing in that for run my own programm (like tor_new_chain) > without installing to system... > > > Regards.
SORRY must be: username@host ~ $ echo "export PATH=$PATH:$(pwd)/local/bin" >> ~/.bashrc _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

