Browse Source

Additional ircd-hybrid build dependencies #20

Bob Mottram 11 years ago
parent
commit
2c4d354de5
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      beaglebone.txt

+ 1
- 1
beaglebone.txt View File

2567
 
2567
 
2568
 #+BEGIN_SRC: bash
2568
 #+BEGIN_SRC: bash
2569
 apt-get update
2569
 apt-get update
2570
-apt-get install build-essential openssl libssl-dev
2570
+apt-get install build-essential openssl libssl-dev debhelper dpatch docbook-to-man flex bison libpcre3-dev
2571
 #+END_SRC
2571
 #+END_SRC
2572
 
2572
 
2573
 Then get the source code for ircd-hybrid.
2573
 Then get the source code for ircd-hybrid.