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?