diff --git a/README.md b/README.md index 55c1410..13b9125 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,7 @@ Built while listening to [Ever Felt Pt.1 - Otis McDonald](https://www.youtube.co * [Solid Frame](#solid-frame) * [Solid Frame Without Title](#solid-frame-without-title) * [Styling Hint](#styling-hint) +* [Issues](#issues) * [License](#license) # Features @@ -80,6 +81,8 @@ npm install -g terminalizer

+> Still facing an issue ? Check the [Issues](#issues) section or open an new issue. + If the installation failed, you may need to install the developement tools to build the `C++` addons. ⚠️ Terminalizer uses some `C++` addons that require building. Until we release the first stable version that will include prebuilt binaries for different OSs you may need to install some tools to build for now. Try the following, if they don't solve your installation issue, check [https://github.com/nodejs/node-gyp#installation](https://github.com/nodejs/node-gyp#installation). @@ -410,6 +413,24 @@ frameBox: margin: 0px ``` +# Issues + +> error while loading shared libraries: libXss.so.1: cannot open shared object file: No such file or directory + +Solution: + +```bash +sudo yum install libXScrnSaver +``` + +> error while loading shared libraries: libgconf-2.so.4: cannot open shared object file: No such file or directory + +Solution: + +```bash +sudo apt-get install libgconf-2-4 +``` + # License This project is under the MIT license.