diff --git a/docs/Install.raspbian b/docs/Install.raspbian index 3900b977..286ac809 100644 --- a/docs/Install.raspbian +++ b/docs/Install.raspbian @@ -1,64 +1,54 @@ SIP SIMPLE client SDK installation on Raspbian ---------------------------------------------- Home page: http://sipsimpleclient.org This document describes the installation procedure on Raspbian Linux operating system on a Rasberry Pi (armhf architecture). Installation from AG Projects repository ---------------------------------------- Follow the instructions from https://packages.ag-projects.com Building the debian package --------------------------- Install building dependencies: -./get_dependencies.sh +./get_dependencies.sh 2.10 For arm64 architecture edit deps/pjsip/aconfigure and replace: ac_webrtc_instset=sse2 with: ac_webrtc_instset=neon ac_webrtc_cflags="-DWEBRTC_ARCH_ARM64" Obtain the source code from AG Projects using darcs command: darcs get --set-scripts-executable http://devel.ag-projects.com/repositories/project For each of the projects listed bellow: * python3-application * python3-otr * python3-eventlib * python3-xcap * python3-msrp * python3-sipsimple (see WebRTC AEC note below) * sipclients3 Enter the directory where each project has been downloaded and run: ./makedeb.sh -If makedeb.sh script is missing, run these commands: - -python3 setup.py sdist - -Go to the ./dist directory and untar the file created at the step above. - -Go to the newly created directory and type: - -debuild -us -uc --no-sign - -The .deb and related files are built in one of the upper directories. +The .deb and related files are built in dist or one of the upper directories. Use dpkg -i package_name.deb command to install the software.