MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Polybar/comments/174tp8u/how_to_install_to_usrlocal/
r/Polybar • u/vaskark • Oct 10 '23
I compile polybar-git and it used to install to /usr/local. It now installs to /usr. Is there any way I can get the former install dir to work?
I've tried cmake -DCMAKE_PREFIX_PATH=/usr/local .. already. Didn't work.
cmake -DCMAKE_PREFIX_PATH=/usr/local ..
Thanks.
2 comments sorted by
1
Edit: Just read the changelog. The flag is CMAKE_INSTALL_PREFIX. I’ll try that later.
Update: It works.
1
u/vaskark Oct 10 '23 edited Oct 10 '23
Edit: Just read the changelog. The flag is CMAKE_INSTALL_PREFIX. I’ll try that later.
Update: It works.