Error while loading shared libraries when testing install
Solution(s)
Section titled “Solution(s)”1. Update Your Shell Profile (~/.bashrc
or ~/.zshrc
)
Section titled “1. Update Your Shell Profile (~/.bashrc or ~/.zshrc)”Follow these steps to update your shell profiles and system library path to include SplashKit.
For Bash Users:
-
To add SplashKit to your PATH, run the following command:
Terminal window echo "export PATH=\"$HOME/.splashkit:\$PATH\"" >> ~/.bashrc -
Install the necessary dependencies, compile and install SplashKit globally with the following command:
Terminal window skm linux install
-
To add SplashKit to your PATH, run the following command:
Terminal window echo "export PATH=\"$HOME/.splashkit:\$PATH\"" >> ~/.zshrcsource ~/.zshrc -
Install the necessary dependencies, compile and install SplashKit globally with the following command:
Terminal window skm linux install