Do you have access to an Ubuntu or Debian server?
If not, can you install VMware player, KVM or virtualbox?
Its late in my country, but if you didn't find anybody to help you by tomorrow morning, I'll see if I can give you some tips (I'm not an expert either, but I have compiled some progs on Linux in the past)
that help would definitly help me, whenever youre ready just pm me i will give you my whatsapp number, or my email to contact me directly if you want.
also, i have a VMware Workstation, but has only kali linux installed on it
Hi, i've got a few more minutes before i'll give you some things to think about:
1) you want to use the sourcecode from github to compile this tool yourself, you even want to pay somebody to compile it for you... But you don't pay somebody to edit the sourcecode. If you're going to use unedited sourcecode, it might be a lot wiser to just download the binary distributions of this tool, if they are available ;-)
2) i would defenately install ubuntu or debian, since the full install procedure is clearly documented for ubuntu, and not for kali linux (ubuntu is free, and if you have vmware running, it won't take you long to install ubuntu on VM => caveat: make sure you allocate enough memory to your VM!!!
3) if you're thinking about editing the sourcecode, go to github.com, create a free acount, go to
https://github.com/BelledonneCommunications/linphone and click on 'fork'. Afterwards, install git on your ubuntu (apt-get install git), go to your desired build directory and type in 'git clone
http://theurltoyourfork.com'
4) after point 3, you now have the sourcecode on your VM. You can edit it with nano, vi, vim, gedit, jed,... if you want to...
5) it might be a good idear to try out the full build instructions for ubuntu, they're clearly outlined in the readme-file that is included in the sourcecode, and should now be on your VM after you've cloned the repo
6) i've successfully compiled windows exe's on ubuntu using mxe. It might be a good idear to find a small tutorial on this...
7) compiling the windows exe's on windows is not THAT hard, but i find it more difficult than compiling them on linux. If you want to compile them on windows, i would suggest you search this forum for "easywinbuilder". Don't execute the program, but read the .sh-files... If you understand how this guy builds bitcoin core on windows, you should be able to extrapolate how to compile something else ;-)
I know, these are just tips, nothing more nothing less... But like i said: it's late in my country and i'm tired... You can go ahead and try this out, if you have questions, i'll see if i can help you out tomorrow..
BTW: i'd rather help you build your own exe for free, than asking bitcoins to do this myself
PS: like i said: i'm no expert myself... I succeeded in building exe's before, but i give no guarantees i'll be able to help you build this tool...