Maim: Difference between revisions

From Bitpost wiki
(Created page with "I'm using maim + slop to get REALLY nice and fast screen captures via PrtScrn key in i3. When I grow up I wanna be Taylor! love you buddy... But Ubuntu's 17.10 maim package...")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 3: Line 3:
But Ubuntu's 17.10 maim package is [https://github.com/naelstrof/maim/issues/120 busted].  Compile it!
But Ubuntu's 17.10 maim package is [https://github.com/naelstrof/maim/issues/120 busted].  Compile it!


  cd ~/apps && git clone https://github.com/naelstrof/maim.git && cd maim
sudo apt install libjpeg-dev libxcomposite-dev libxrandr-dev libglm-dev
  cd ~/apps && git clone https://github.com/naelstrof/maim.git
cd maim
  cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
  cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
sudo apt install libjpeg-dev libxcomposite-dev libxrandr-dev libglm-dev
  make && sudo make install
  make && sudo make install

Latest revision as of 23:56, 17 January 2018

I'm using maim + slop to get REALLY nice and fast screen captures via PrtScrn key in i3. When I grow up I wanna be Taylor! love you buddy...

But Ubuntu's 17.10 maim package is busted. Compile it!

sudo apt install libjpeg-dev libxcomposite-dev libxrandr-dev libglm-dev
cd ~/apps && git clone https://github.com/naelstrof/maim.git
cd maim
cmake -DCMAKE_INSTALL_PREFIX="/usr" ./
make && sudo make install