forio / julia-studio

An IDE for the Julia Language
forio.com/products/julia-studio
GNU General Public License v3.0
223 stars 48 forks source link

Unable to install JuliaStudio #246

Open Balinus opened 9 years ago

Balinus commented 9 years ago

username@Linux-username:~/Downloads/julia-studio-master$ qmake -r CONFIG+=debug_and_release julia-studio.pro Reading /home/username/Downloads/julia-studio-master/src/src.pro Reading /home/username/Downloads/julia-studio-master/src/libs/aggregation/aggregation.pro Reading /home/username/Downloads/julia-studio-master/src/libs/extensionsystem/extensionsystem.pro Reading /home/username/Downloads/julia-studio-master/src/app/app.pro Project MESSAGE: Fervor: building for application name 'JuliaStudio' Project MESSAGE: Fervor: building for application version '0.4.5' Project ERROR: Unknown module(s) in QT: webkitwidgets webkit

Followed instructions here : https://github.com/forio/julia-studio/blob/master/linux-build.md

keesvp commented 9 years ago

What's your Qt version?

Balinus commented 9 years ago

qmake -v QMake version 3.0 Using Qt version 5.2.1 in /usr/lib/x86_64-linux-gnu

Humm, I thought i had changed it to 5.1.1.

On 14-09-12 10:58 AM, Kees van Prooijen wrote:

What's your Qt version?

— Reply to this email directly or view it on GitHub https://github.com/forio/julia-studio/issues/246#issuecomment-55414906.

Balinus commented 9 years ago

I've succedeed by changing the "qmake [...]" command to :

"~/Qt5.1.1/5.1.1/gcc_64/bin/qmake [...]"

Somehow, the standard provided command was looking for "~/Qt5.1.1/bin/qmake".