Page 1 of 1

[Solved...] Sk1 project

Posted: 29 Mar 2018, 16:24
by unixino
Hi
i am trying to compile Sk1 program on Porteus4 but with no luck.
can anybody help me to create a module?
package link :
https://sk1project.net/viewpage.php?page_id=24
Thanks in advance

Sk1 project

Posted: 29 Mar 2018, 21:26
by Jack
Try this link it might it http://slack.conraid.net/repository/sla ... 64-8cf.txz or http://slack.conraid.net/repository/sla ... 64-4cf.txz . If you want me to convert to an xzm module let me know?

Sk1 project

Posted: 29 Mar 2018, 22:02
by Ed_P
Interesting. USM only has a libs package for it.

Code: Select all

guest@porteus:~$ su
Password: 
root@porteus:/home/guest# usm -s sk1

sk1libs-0.9.1-x86_64-1_slonly.txz was found in slackonly [not installed]
Packages found:   1 

Use:   usm -i <package>  for more info
Use:   usm -g <package>  to download

root@porteus:/home/guest# 

Sk1 project

Posted: 31 Mar 2018, 08:24
by tome
I have got it working:
Jack wrote:
29 Mar 2018, 21:26
Try this link it might it http://slack.conraid.net/repository/sla ... 64-8cf.txz or http://slack.conraid.net/repository/sla ... 64-4cf.txz .
Next to run it I installed wxPython-2.8.12.1-x86_64-5_slonly.txz, python-pillow-4.2.1-x86_64-1.txz, reportlab-3.2.0-x86_64-1_slonly.txz (all from http://www.slakfinder.org). To show from menu "Help->About sK1..." I used libmagickwand-6.q16hdri-5_6.9.9.39+dfsg-1_amd64.deb and libmagickcore-6.q16hdri-5_6.9.9.39+dfsg-1_amd64.deb from https://pkgs.org/ and liblqr-0.4.2-x86_64-3cf.txz for slackware !14.2!. Libs from /usr/lib/x86_64-linux-gnu deb packages must be moved to Slackware /usr/lib64 to work - must be made manually because it is not done by deb2xzm.

Sk1 project

Posted: 31 Mar 2018, 17:33
by Jack
tome wrote:
31 Mar 2018, 08:24
I have got it working:
Jack wrote:
29 Mar 2018, 21:26
Try this link it might it http://slack.conraid.net/repository/sla ... 64-8cf.txz or http://slack.conraid.net/repository/sla ... 64-4cf.txz .
Next to run it I installed wxPython-2.8.12.1-x86_64-5_slonly.txz, python-pillow-4.2.1-x86_64-1.txz, reportlab-3.2.0-x86_64-1_slonly.txz (all from http://www.slakfinder.org). To show from menu "Help->About sK1..." I used libmagickwand-6.q16hdri-5_6.9.9.39+dfsg-1_amd64.deb and libmagickcore-6.q16hdri-5_6.9.9.39+dfsg-1_amd64.deb from https://pkgs.org/ and liblqr-0.4.2-x86_64-3cf.txz for slackware !14.2!. Libs from /usr/lib/x86_64-linux-gnu deb packages must be moved to Slackware /usr/lib64 to work - must be made manually because it is not done by deb2xzm.
He ask a question but I didn't know it needed what you had to do to make it work. What DE are you using?

Sk1 project

Posted: 31 Mar 2018, 19:31
by unixino
Thanks Tom
It worked fine but the next part of showing menu '' Help-About sk1....''
I can't find the 2 packages :
libmagickwand-6.q16hdri-5_6.9.9.39+dfsg-1_amd64.deb
libmagickcore-6.q16hdri-5_6.9.9.39+dfsg-1_amd64.deb
I found another versions but didnt work, They also make some errors in loading bitmaps.
Can you plz send their direct link.
Thanks

Sk1 project

Posted: 31 Mar 2018, 20:57
by tome

Sk1 project

Posted: 01 Apr 2018, 11:28
by unixino
Thank you very much