Last active 3 months ago
0
0
1
| 1 | #!/bin/bash |
| 2 | # install build essential packages |
| 3 | apt-get install --no-install-recommends build-essential fakeroot |
| 4 | # install build dependencies |
| 5 | apt-get install --no-install-recommends perl autotools-dev libdbi-dev libldap2-dev libpq-dev libmysqlclient-dev libfreeradius-client-dev libkrb5-dev libnet-snmp-perl procps |
| 6 | # install tools to create dist files |
| 7 | apt-get install --no-install-recommends autoconf automake |
| 8 | # create dist files |
| 9 | tools/setup |
| 10 | # configure the build |