Cmake file for PJSIP

JK
javad khodashenas
Sun, Jan 6, 2019 9:14 AM

Hi guys,
Can we build this library with CMake?
I want to build this library for Android. The preferred way of using a C project in an Android application in Android Studio is 'CMakeLists.txt' file.I'm not an expert in C programming. Can you guide me to the right direction?
Thanks.

Hi guys, Can we build this library with CMake? I want to build this library for Android. The preferred way of using a C project in an Android application in Android Studio is 'CMakeLists.txt' file.I'm not an expert in C programming. Can you guide me to the right direction? Thanks.
WD
Werner Dittmann
Sun, Jan 6, 2019 9:21 AM

I had the same question :-) and found a project at github that added
Cmake to pjsip (version 2.6 actually),
thus it should not be a bug problem to updrage it to the current 2.7.x
or 2.8. I also have a look at this for
my project.

Look here: https://github.com/pol51/PJSIP-CMake

Am 06.01.19 um 10:14 schrieb javad khodashenas via pjsip:

Hi guys,

Can we build this library with CMake?

I want to build this library for Android. The preferred way of using a
C project in an Android application in Android Studio is
'CMakeLists.txt' file.
I'm not an expert in C programming. Can you guide me to the right
direction?

Thanks.


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Werner Dittmann
email: Werner.Dittmann@t-online.de
cell:  +49 173 44 37 659
PGP key: 82EF5E8B

I had the same question :-) and found a project at github that added Cmake to pjsip (version 2.6 actually), thus it should not be a bug problem to updrage it to the current 2.7.x or 2.8. I also have a look at this for my project. Look here: https://github.com/pol51/PJSIP-CMake Am 06.01.19 um 10:14 schrieb javad khodashenas via pjsip: > Hi guys, > > Can we build this library with CMake? > > I want to build this library for Android. The preferred way of using a > C project in an Android application in Android Studio is > 'CMakeLists.txt' file. > I'm not an expert in C programming. Can you guide me to the right > direction? > > Thanks. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org -- Werner Dittmann email: Werner.Dittmann@t-online.de cell: +49 173 44 37 659 PGP key: 82EF5E8B
BS
Bo Shi
Fri, Jan 11, 2019 8:57 AM

5 years ago, I build the project with cmake except the pjlib.

On Sun, Jan 6, 2019 at 5:22 PM Werner Dittmann werner.dittmann@t-online.de
wrote:

I had the same question :-) and found a project at github that added Cmake
to pjsip (version 2.6 actually),
thus it should not be a bug problem to updrage it to the current 2.7.x or
2.8. I also have a look at this for
my project.

Look here: https://github.com/pol51/PJSIP-CMake

Am 06.01.19 um 10:14 schrieb javad khodashenas via pjsip:

Hi guys,

Can we build this library with CMake?

I want to build this library for Android. The preferred way of using a C
project in an Android application in Android Studio is 'CMakeLists.txt'
file.
I'm not an expert in C programming. Can you guide me to the right
direction?

Thanks.


Visit our blog: http://blog.pjsip.org

pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

--
Werner Dittmann
email: Werner.Dittmann@t-online.de
cell:  +49 173 44 37 659
PGP key: 82EF5E8B


Visit our blog: http://blog.pjsip.org

pjsip mailing list
pjsip@lists.pjsip.org
http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org

5 years ago, I build the project with cmake except the pjlib. On Sun, Jan 6, 2019 at 5:22 PM Werner Dittmann <werner.dittmann@t-online.de> wrote: > I had the same question :-) and found a project at github that added Cmake > to pjsip (version 2.6 actually), > thus it should not be a bug problem to updrage it to the current 2.7.x or > 2.8. I also have a look at this for > my project. > > Look here: https://github.com/pol51/PJSIP-CMake > > > Am 06.01.19 um 10:14 schrieb javad khodashenas via pjsip: > > Hi guys, > > Can we build this library with CMake? > > I want to build this library for Android. The preferred way of using a C > project in an Android application in Android Studio is 'CMakeLists.txt' > file. > I'm not an expert in C programming. Can you guide me to the right > direction? > > Thanks. > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing listpjsip@lists.pjsip.orghttp://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org > > -- > Werner Dittmann > email: Werner.Dittmann@t-online.de > cell: +49 173 44 37 659 > PGP key: 82EF5E8B > > _______________________________________________ > Visit our blog: http://blog.pjsip.org > > pjsip mailing list > pjsip@lists.pjsip.org > http://lists.pjsip.org/mailman/listinfo/pjsip_lists.pjsip.org >