Skip to content

Instantly share code, notes, and snippets.

View Chonlasitsk's full-sized avatar
🏠
Working from home

Chonlasit Sangbunlue Chonlasitsk

🏠
Working from home
View GitHub Profile
# 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