I am trying to install pocketsphinx
and after installation I should run these commands:
export LD_LIBRARY_PATH=/usr/local/lib
export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
But I am interested to know where does this command add the paths? If I want to do it manually, how can I do that?
bash
, add the two lines to your~/.bash_profile
. – rusty shackleford Jun 08 '18 at 09:05