Seamly2d on MacMini G4 PowerPC reinstalled with Ubuntu Xenial doable? worth it?

What version of ubuntu do you use @Peregrin4? I have several versions of ubuntu installed on an intel based PC. I will be happy to help you. You need to follow the “Download” option at the top of this forum and click on the rightmost of the three options near the bottom of the page.

That will lead you to to a descriptive page at “launchpad” which is the preferred way to catalog a “PPA” containing libraries for Ubuntu. You will need to open a terminal window on your ubuntu system and enter the three command lines each starting with the word “sudo” listed on that page.

The result will be that you add the repository, update the symbol table, and install the Seamly2d software.

Please try to follow these instructions and feel free to ask if you need further help

1 Like

I just read your second question, and yes, the builds are for the amd64 and i386 architecture. I believe that you are able to get source libraries and do the compile and build yourself. Packaging and releasing a version of Seamly for your architecture might be useful to others and once you get it working on your own machine the packaging might be something you would like to donate to the community.

1 Like

Thanks! I have 16.04.1 (Xenial) but on the packages page there is no mention of Power PC only amd64 and i386, so I don’t know if those PPAs are usable for me…

1 Like

If you are able to download the open source version of Qt it should be doable. I have cloned a copy of the source to my local machine and built it so that I can make local changes. The source code is on github. GitHub - FashionFreedom/Seamly2D: Open source patternmaking software.

If you are interested in creating a local copy I will help you as much as I can with configuring the Qt creator package so that you can do the local builds from source

1 Like

Yes, I am just trying to figure out how to get there :wink:

Not that knowledgeable, but certainly hard headed enough… for now it seems that I have some reading and learning to do…

1 Like

@Peregrin4 see also How to build with Qt - #39 by slspencer

1 Like

Ok, thanks! I will definitely give it a shot… the least that can happens is that I learn some good stuff…

Thanks a lot!

3 Likes

I am delighted to meet a fellow adventurer willing to learn to build this

2 Likes

:grinning: Thanks for all of that info. I have a spare pc. I think I should install Ubuntu on it so that I can also know what I’m talking about when trying to help people on here :slight_smile:

1 Like

I have kind of a double task, since I have first to make my PPC install a little more reliable… It crashes often, but I don’t know if it’s due to a faulty monitor… Hopefully I get there…

Thanks for the encouragement!

2 Likes

Holding thumbs for you, @Peregrin4

1 Like

@Grace do you have a 32 bit processor or 64 on the old pc?

1 Like

If I recall rightly, it’s a 64 bit. I’ll crank it up on the weekend & double check it all. At the moment, I think it has Windows 7 on it.

I hope it is a 64 bit. Download Ubuntu Desktop | Download | Ubuntu If it is a 32 bit, you will need to install the 16.04.04 version (an older version and the last long term supported 32 bit I think) Xenial is the named designation for the 16.xx versions of Ubuntu. I do most of my work on “Bionic” which is the 18.04 version.

1 Like

Thanks, I’ve bookmarked the link for the weekend.

1 Like

@Peregrin4 - Is this what you have?

apple_mac_mini

512M RAM may not be enough to compile C++ code in Qt, or work on a complex pattern file in Seamly2D.

1 Like

Pretty much… Mac mini G4/1.42 Specs (Mac mini, M9687LL/A*, PowerMac10,1, A1103, 2026): EveryMac.com

1 Like

Mine has 1GB of RAM

2 Likes

@Peregrin4 Wow, awesome! What’s the processor and graphics specs?

1 Like

I was looking at cross compilers available as part of the ubuntu stack. It is probably possible to build a version for the powerpc processor in the pipeline (travis.ci) Whether the code would run efficiently on a particular platform is a different issue.

1 Like