Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Building natives/launchers with CBI

----- Original Message -----
> From: "Denis Roy" <denis.roy@xxxxxxxxxxx>
> To: cbi-dev@xxxxxxxxxxx
> Sent: Thursday, November 6, 2014 8:33:09 PM
> Subject: Re: [cbi-dev] Building natives/launchers with CBI
> 
> 
> On 11/06/2014 01:31 PM, Denis Roy wrote:
> 
> 
> 
> On 11/06/2014 12:21 PM, Aleksandar Kurtakov wrote:
> 
> 
> Building natives (at least for Linux and if you have all headers installed)
> is as easy as doing `mvn clean verify -Dnative=gtk.linux.x86_64` .
> I wouldn't even know how to get there (I am a poor excuse for a project
> lead). I've created a job on the CBI HIPP, can you (or anyone) help me get
> started?
> 
> https://hudson.eclipse.org/cbi/job/cbi-launcher-linux-x86_64/
> 
> FWIW, I will happily read docs on how to build these files if those docs are
> somewhere.

There really is nothing to read. 
git clone git://git.eclipse.org/gitroot/equinox/rt.equinox.framework.git
mvn clean verify -Dnative=gtk.linux.x86_64 

I have changed the gerrit job up to trying to do that - see https://hudson.eclipse.org/cbi/job/cbi-launcher-linux-x86_64/6/console . From that point either gtk[2|3]-devel is missing on this machine or it's in unknown place. And iterate till you have all needed parts in place.
I really recommend you getting a RHEL(or at least CentOS) machine for this work so you can have the same environment unless you want to play with fixing things to be more generic.

Regards,
Alex

> 
> Denis
> 
> _______________________________________________
> cbi-dev mailing list
> cbi-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from
> this list, visit
> https://dev.eclipse.org/mailman/listinfo/cbi-dev


Back to the top