| Line 1: |
Line 1: |
| − | = Compiling AllStarLink = | + | = Compiling PTTLinkLink = |
| | | | |
| − | The following commands will allow you to compile AllStarLink's ASL 1.01+ release. | + | The following commands will allow you to compile PTTLinkLink's PTTLink 1.01+ release. |
| | | | |
| | These instructions assume you are already familiar with compiling and installing software on Linux. | | These instructions assume you are already familiar with compiling and installing software on Linux. |
| Line 7: |
Line 7: |
| | Note: These instructions are currently a Work In Progress. You are going to have to resolve dependency issues yourself if you follow them. | | Note: These instructions are currently a Work In Progress. You are going to have to resolve dependency issues yourself if you follow them. |
| | | | |
| − | You will also need to have cloned the main AllStarLink repo at https://github.com/AllStarLink/Asterisk | + | You will also need to have cloned the main PTTLinkLink repo at https://github.com/PTTLinkLink/Asterisk |
| | | | |
| | == DO NOT BLINDLY RUN THE COMMANDS HERE WITHOUT UNDERSTANDING WHAT THEY DO!! == | | == DO NOT BLINDLY RUN THE COMMANDS HERE WITHOUT UNDERSTANDING WHAT THEY DO!! == |
| Line 35: |
Line 35: |
| | === Build DAHDI === | | === Build DAHDI === |
| | | | |
| − | git clone https://github.com/AllStarLink/ASL-DAHDI-PATCHED-2.11.1.git | + | git clone https://github.com/PTTLinkLink/ASL-DAHDI-PATCHED-2.11.1.git |
| | cd ASL-DAHDI-PATCHED-2.11.1 | | cd ASL-DAHDI-PATCHED-2.11.1 |
| | make distclean | | make distclean |
| Line 42: |
Line 42: |
| | make config | | make config |
| | | | |
| − | === Install GCC 4.9 to compile ASL 1.01+ === | + | === Install GCC 4.9 to compile PTTLink 1.01+ === |
| | echo "deb http://ftp.us.debian.org/debian/ jessie main contrib non-free" >> /etc/apt/sources.list | | echo "deb http://ftp.us.debian.org/debian/ jessie main contrib non-free" >> /etc/apt/sources.list |
| | echo "deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free" >> /etc/apt/sources.list | | echo "deb-src http://ftp.us.debian.org/debian/ jessie main contrib non-free" >> /etc/apt/sources.list |
| Line 48: |
Line 48: |
| | apt-get install -y gcc-4.9 g++-4.9 | | apt-get install -y gcc-4.9 g++-4.9 |
| | | | |
| − | === Build Asterisk for ASL === | + | === Build Asterisk for PTTLink === |
| | | | |
| − | git clone https://github.com/AllStarLink/Asterisk | + | git clone https://github.com/PTTLinkLink/Asterisk |
| | cd Asterisk/asterisk | | cd Asterisk/asterisk |
| | '''./bootstrap.sh''' | | '''./bootstrap.sh''' |