You can also create a shell script like this:
bash Code:
#!bin/bash LD_LIBRARY_PATH=$LD_LIBRARY_PATH:"path_of_your_libs" export LD_LIBRARY_PATH exec "./app_name"To copy to clipboard, switch view to plain text mode
Then make the script executable:
Hope this help! Cheers!




Reply With Quote
Bookmarks