This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # To check if found portaudio if return nothing, the setup was not completed | |
| ldconfig -p | grep portaudio | |
| # Add to .bash_profile | |
| export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/home/<username>/.linuxbrew/lib | |
| # Update the Linker Cache | |
| ldconfig | |
| # Or the last resort is |