How to install pjsua2 library in python using buildroot?

118 views Asked by At

I installed libpjsip-2.13 using buildroot on arm cortex-A7 processor. The problem I have is that in order to use pjsua2 in python I need to have access to the libpjsip-2.13 folder on the board so I can install it manually as the documentation explains. But when I put the buildroot image on the sdcard, I don't have access to the libpjsip-2.13 folder. So how should I install python on it?

0

There are 0 answers