voiceip / tinyphone

Minimalist Windows / OSx / Linux SIP Softphone with API Control
GNU General Public License v3.0
122 stars 36 forks source link

LINUX #47

Closed daviidmart closed 2 years ago

daviidmart commented 3 years ago

The project can be compiled for linux?

kingster commented 3 years ago

Hi David

Code wise the project could be compiled on Linux as even today it is supported on macOS, but the project setup needs to be configured for that.

Also, the UI features are native to the os, hence those would not be available currently on Linux desktops.

kingster commented 2 years ago

Hi @daviidmart

I have successfully compiled the project using cmake on linux (ubuntu) and it should work with any varient in #58 . It's a cli app since there is no standard UI interface across the linux distributions.

Is this what you were looking for? Or do you have something else in mind?

GowthamX commented 2 years ago

@kingster - Any document or process to follow for linux setup ?

Your windows msi setup is amazing, and loving it.

kingster commented 2 years ago

The Linux compilation step are documented here

Your windows msi setup is amazing, and loving it.

Thank you :)