multiOTP / multiotp

multiOTP open source strong two factor authentication PHP library, OATH certified, with TOTP, HOTP, Mobile-OTP, YubiKey, SMS, QRcode provisioning, etc.
http://www.multiOTP.net/
GNU Lesser General Public License v3.0
346 stars 74 forks source link

How to build multiotp.exe? #161

Closed stevenChuCP closed 1 year ago

stevenChuCP commented 1 year ago

Hi,

I'd like to build my own multiotp.exe. It is said to be in the launcher directory, and I found a launcher.cpp file indeed. However, I couldn't find the solution file to build the program.

How can I build multiotp.exe?

Thanks!

multiOTP commented 1 year ago

Hello Steven, It's just a simple C++ stub that launch PHP with the passed parameters. Create an empty C++ console project in VIsualStudio and you should be able to compile it easily (for a better experience under Windows, you should digital sign the exe file at the end of the process). Regards,

stevenChuCP commented 1 year ago

Hi, Thanks a lot for answering such a simple version, moreover provide a guide to build it. I've successfully built it on my computer!