Page 1 of 1

How to run Intel xdk in Puppy? (Solved)

Posted: Fri 27 Jan 2017, 14:50
by recobayu
I try to install intel xdk in Puppy. But it is say that gtk2 is not installed or the version is les than 2.20. Then I google and found this:
http://stevehavelka.com/intel-xdk-runs-linux/
But still not succes. Anyone here success install intel xdk on Puppy Linux?
Thanks.

Posted: Sat 28 Jan 2017, 22:21
by april
Thought I'd have a look at this as it makes android apps and thats where I'm at atm

Got to the same place you did . Changed the unfound symlink but noticed I had to make it absolute to be recognised rather than a relative symlink . Didn't understand that.

I changed the owner of the extracted directory too to get rid of permission problems

Code: Select all

chown -RhL root xdk_web_linux32_3759
I created the dummy rpm package but have no idea where to put it ? Where did you put yours? and is that where it looks ?

I could not find where it looks in the install.sh.

I'm using Puppy Precise 5.7.1

Posted: Mon 30 Jan 2017, 10:45
by recobayu
Finally, I can make it. The truely file are on folder /rpm. Extract the file:
xdk_web_linux32_3759/rpm/intel-xdk-3759.0.0.tgz then run xdk.sh.
So, we can make folder opt, then we place intel-xdk files in opt, and we can make a pet/sfs for that by dir2pet or dir2sfs. Here what i got.