Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save dan-dr/583def9099e86e1f411be883915659ca to your computer and use it in GitHub Desktop.
Save dan-dr/583def9099e86e1f411be883915659ca 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