engor / Jentos.Code

Jentos IDE is a powerfull code editor for Monkey programming language.
http://fingerdev.com/jentos
GNU General Public License v3.0
13 stars 10 forks source link

Linux version 1.1 #17

Closed Alshurafa closed 10 years ago

Alshurafa commented 10 years ago

I finally solved the issues that prevented me from compiling: I had to do the following: 1- Generate ui_.h by hand because the compiler kept complaining about not finding them. 2- Edit the .pro file and included the network module to the QT+=

Qt is still complaining but using the command line worked: 1- qmake -project 2- qmake jentos_ide.pro 3- make

Alshurafa commented 10 years ago

Here is the Linux version 1.1 file via dropbox: https://dl.dropboxusercontent.com/u/2957713/JentosIDE

engor commented 10 years ago

Thank you! :-)