Skip to content

Instantly share code, notes, and snippets.

@esa1975
Last active November 5, 2021 09:10
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save esa1975/f23157c161ebec92c98cd8a824f0ab2b to your computer and use it in GitHub Desktop.
Save esa1975/f23157c161ebec92c98cd8a824f0ab2b to your computer and use it in GitHub Desktop.
Compile imwheel on Solus

Install Required Dev Packages

sudo eopkg it -c system.devel

sudo eopkg install libx11-devel libxtst-devel libxmu-devel

Download imwheel source

https://sourceforge.net/projects/imwheel/

Extract source files

tar -xf imwheel-1.0.0pre12.tar.gz

Change to source directory

cd imwheel-1.0.0pre12

Compile imwheel

./configure

make

These should complete without any errors. If so, install imwheel with:

sudo make install

Run imwheel

imwheel -b 45

Note that you may need to start a new terminal session for the imwheel command to be recognized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment