Skip to content

Instantly share code, notes, and snippets.

@cxy1997
Last active November 6, 2018 04:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cxy1997/5e8d8bc3e737b4776758b7c894e94dec to your computer and use it in GitHub Desktop.
Save cxy1997/5e8d8bc3e737b4776758b7c894e94dec to your computer and use it in GitHub Desktop.
Downloading and Installing PLIB
#/bin/bash
sudo apt-get install libxmu-dev libxmu6
wget http://plib.sourceforge.net/dist/plib-1.8.5.tar.gz
tar xzf plib-1.8.5.tar.gz
cd plib-1.8.5
./configure
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment