aboutsummaryrefslogtreecommitdiffstats
path: root/chapter8/file.sh
blob: 5adb7d722ce23cdd559108563272b730cd7d38ce (plain)
1
2
3
4
5
#!/bin/bash

./configure --prefix=/usr
make
make -j1 install