> > 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
And better after its manipulations, for updating variables of environment, to do: username@host ~ $ . ~/.bashrc Regards. _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

