motom001 / DoorPi

OpenSource VoIP Door-Intercomstation
https://www.doorpi.org/forum/
240 stars 85 forks source link

[linphone4raspberry] Building the python module #126

Open motom001 opened 8 years ago

motom001 commented 8 years ago

Ursprung: https://wiki.linphone.org/wiki/index.php/Raspberrypi:start#Building_the_python_module Problem auf dem Pi2 ist, dass ich kein cmake > 3 bekomme, wenn ich apt-get nutze.

also hab ich mir gedacht - ich will das nicht jedes Mal erneut auf meinem Pi durchführen. Dafür kann man doch travis nutzen. Also muss ich travis beibringen, wie das geht: https://github.com/motom001/linphone4raspberry

Soweit so gut - nun kommt der Part den ich nicht verstehe. In der Anleitung steht:

rsync -rl --delete-after --safe-links pi@raspberrypi:/{lib,usr} ~/raspbian-rootfs

Er soll sich also von eine Pi die beiden Verzeichnisse holen und als rootfs abspeichern. Er verwendet also die Libs dort drin, zum erstellen den linphone-Paketes - richtig? Für travis hab ich keinen Pi - also wie kann ich das noch lösen? Woher bekomme ich die Daten? Welche Daten aus den beiden Verzeichnissen werden wirklich benötigt?

motom001 commented 8 years ago

Kann man dafür nicht einfach ein Raspbian image downloaden und es dem cmake unterschieben? z.B. das hier: http://sourceforge.net/projects/minibian/