YiannisBourkelis / Andama-Remote-Desktop

Andama is an open source remote desktop software, with client side encryption and privacy in mind
GNU General Public License v3.0
59 stars 46 forks source link

How to compile Andama. #42

Open FitterX opened 4 years ago

FitterX commented 4 years ago

Hello! I'm having trouble trying to compile! I tested different versions of QT opensource but was unsuccessful.

Could someone help me, or pass on the settings that must be done in QT to compile successfully.

Thank you!

YiannisBourkelis commented 4 years ago

@FitterX choose the develop branch.

FitterX commented 4 years ago

@FitterX choose the develop branch.

Hello! Thanks for replying so fast!

I am extract develop branch and open andama on qt creator 4.10.2. I am using Windows 8.1 Pro And when I put to compile I get the following messages. What will be the problem? Thanks!

1

YiannisBourkelis commented 4 years ago

@FitterX you should compile openssl library as described here on line 178 https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/develop/src/Andama/Andama.pro

FitterX commented 4 years ago

@FitterX you should compile openssl library as described here on line 178 https://github.com/YiannisBourkelis/Andama-Remote-Desktop/blob/develop/src/Andama/Andama.pro

Hi, i go try! Thank you!

FitterX commented 4 years ago

Hello @YiannisBourkelis! It worked perfectly on Qt Ide. How do I generate an executable that runs on another computer.

Currently only works when I play inside Qt Ide. When I open the release folder and try to run andama.exe returns an error.

Thank you one more time!

YiannisBourkelis commented 4 years ago

@FitterX I didn't tested a standalone build yet. Check the error messages about missing libraries and include them inside the folder where andama.exe is located. Read this https://doc.qt.io/qt-5/windows-deployment.html You should also include the qt libraries for jpeg