Advertisement
Guest User

Untitled

a guest
Mar 28th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. wget http://downloads.sourceforge.net/swig/swig-3.0.10.tar.gz
  2. sudo apt-get install libpcre3 libpcre3-dev
  3. ./configure --prefix=/usr \
  4. --without-clisp \
  5. --without-maximum-compile-warnings &&
  6. make
  7. make install &&
  8. install -v -m755 -d /usr/share/doc/swig-3.0.10 &&
  9. cp -v -R Doc/* /usr/share/doc/swig-3.0.10
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement