kylebarron / linux_setup

Script to install software on a new computer or VM instance
MIT License
3 stars 1 forks source link

build xclip without sudo access #13

Closed kylebarron closed 6 years ago

kylebarron commented 6 years ago

from https://gist.github.com/houtianze/0fa0fe8bc6fad382631fd38f511f2048

# yum install -y automake autoconf git libXmu libXmu-devel libtool
git clone https://github.com/astrand/xclip.git
cd xclip
autoreconf
./configure --prefix=$HOME/opt/
make
make install
make install.man