Skip to content
This repository has been archived by the owner on Jun 29, 2020. It is now read-only.

Linux build instructions #3

Closed
cls-nebadje opened this issue Jun 4, 2016 · 1 comment
Closed

Linux build instructions #3

cls-nebadje opened this issue Jun 4, 2016 · 1 comment

Comments

@cls-nebadje
Copy link
Collaborator

Hi Juan,

thanks a lot for this great application! I'm on 32bit Linux here (Ubuntu 14.04) and don't want to bother you with yet another binary flavour. Perhaps you can add some build instructions to the global read me - this way any interested party can build WtDesigner on its own.

Regards
Uli

@juangburgos
Copy link
Owner

Hi Uli,

Indeed is hard to keep on with binaries and stuff but in general it should be simple. You just need to put attention on having the right versions of the dependencies.

Dependencies:

  • Qt 5.5 with QtWebkit module (neither newer or older version will work, webkit module sometimes is shipped separatelly)
  • Wt 3.3.5 (same thing here, plus its dependencies)

After you have all that just go to the /src/main folder of the repo and execute:

$ qmake
$ make all

or alternativelly you can open the /src/main/wtdesigner.prowith QtCreator and build it there.

HERE is a link to a personal note of mine for compiling and building in linux, but do not guarantee that fowllowing these instructions step by step will lead to success, but it might save you some time.

Good luck and let me know how it goes.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants