Hello,
I was reading and not got anywhere
Today I tried to run a simple window on the operating systems supported by the IDE.
The window was compiled in the IDE on Windows7. I was surprised to not be able to run my window on Linux.
What I need for run my applications to a Linux distro like ubuntu or Fedora?
If it is 32-bit Linux, you usually do not need to install additional libraries.
I just built a quick app on Ubuntu 13.04 running on VMware Fusion and it worked fine.
However, Ubuntu 13.04 may have issues with HTMLViewer (it needs libwebkit, libwebkitgtk, libgtkhtml which may not be installed by default). Apps that donât use HTMLViewer should be fine.
Try running the app from the Terminal to see what error messages get output to the console.