File: linux_configure_static_boost.sh

package info (click to toggle)
ovito 0.9.5-2
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 24,824 kB
  • sloc: cpp: 61,876; ansic: 10,002; xml: 940; python: 523; sh: 43; makefile: 15
file content (10 lines) | stat: -rw-r--r-- 205 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
#!/bin/sh

# Configure and build static version of the Boost libraries.

./bootstrap.sh \
	--with-libraries=iostreams,serialization \
	--prefix=$HOME/progs/booststatic

./bjam release link=static install