Alhambra icon indicating copy to clipboard operation
Alhambra copied to clipboard

Read Me / Help setting up the project

Open fonzie42 opened this issue 6 years ago • 1 comments
trafficstars

Hello! I'm pretty excited with Alhambra and would like to run the project locally and maybe help extending it, but I couldn't set up the project or anything, could you please add a Read Me with instructions and requirements to set up and run the project?

fonzie42 avatar Sep 29 '19 01:09 fonzie42

Hi,

Sorry for the late response. Here are some instructions on how to setup the environment required to compile the project:

  1. You need Visual Studio 2017. I used the community edition version.
  2. You need to install the Qt5 SDK. You need to install the 64-bit SDK as the solution is 64-bit.
  3. You need to set an environment variable pointing to the Qt5 SDK. The name is QT5_DIR. For example, I set mine to: C:\Tools\Qt5\5.12.1\
  4. Open the provided solution and build. It will copy the necesary Qt5 DLL in the output folder so the program can run.

I hope that will clears things up on how to compile the project.

I currently do not consider the code very clean. I started slowly, but by the end I rushed things a bit to get it working. One day I'll continue modifying it to make the code more elegant, especially the UI.

-- Pierre


De : Afonso Ferrer [email protected] Envoyé : 28 septembre 2019 21:28 À : pierrebai/Alhambra [email protected] Cc : Subscribed [email protected] Objet : [pierrebai/Alhambra] Read Me / Help setting up the project (#1)

Hello! I'm pretty excited with Alhambra and would like to run the project locally and maybe help extending it, but I couldn't set up the project or anything, could you please add a Read Me with instructions and requirements to set up and run the project?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHubhttps://github.com/pierrebai/Alhambra/issues/1?email_source=notifications&email_token=AAB37V3UZQVNSWJQVG2YQO3QMAAFVA5CNFSM4I3QITRKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4HOK63RQ, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AAB37V5ABYJRG7C2XFOLXSLQMAAFVANCNFSM4I3QITRA.

pierrebai avatar Oct 02 '19 22:10 pierrebai