File: autogen.sh

package info (click to toggle)
libmems 1.6.0%2B4725-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,120 kB
  • sloc: cpp: 21,579; ansic: 4,312; xml: 115; makefile: 103; sh: 26
file content (5 lines) | stat: -rwxr-xr-x 234 bytes parent folder | download | duplicates (6)
1
2
3
4
5
#!/bin/sh
mkdir -p config
autoreconf --force --install -I config  -I m4
echo "Now run ./configure --with-boost=</path/to/boost> --prefix=$HOME && make install"
echo "Add --disable-shared to the configure line if building on Mac OS X"