svenstaro / rofi-calc

🖩 Do live calculations in rofi!
MIT License
991 stars 32 forks source link

How to install this plugin on Linux Mint? #48

Closed ProgrammingLife closed 4 years ago

ProgrammingLife commented 4 years ago

I've done this step for Ubuntu: apt install rofi-dev qalc libqalculate-dev and then I try to run rofi:

rofi -show calc -modi calc -no-show-match -no-sort
Mode calc is not found.
The following modi are known:
        * window
        * windowcd
        * run
        * ssh
        * drun
        * combi
        * keys

How to install this plugin? What configs I should edit?

svenstaro commented 4 years ago

Well, did you follow the compile and install instructions in the README?

$ autoreconf -i
$ mkdir build
$ cd build/
$ ../configure
$ make
$ make install
svenstaro commented 4 years ago

I'll close this for the time being. If you need more help, feel free to request to reopen.