Skip to content

Instantly share code, notes, and snippets.

@ishtaka
Last active January 5, 2016 00:50
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 ishtaka/33782b1993a2cc9a4ff4 to your computer and use it in GitHub Desktop.
Save ishtaka/33782b1993a2cc9a4ff4 to your computer and use it in GitHub Desktop.
[Linux]porgインストール
wget http://downloads.sourceforge.net/project/porg/porg-0.8.tar.gz
tar zvf porg-0.8.tar.gz
cd porg-0.8
./configure --disable-grop
make
make install
make logme
#How to use
# install
porg -lp package "make install"
# Package list
porg -a
# Package info
porg -i package
# Package file list
porg -f package
# Package compile option
porg -o package
# uninstall
porg -r package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment