Page 1 of 1

codelite install on solaris SunOS

Posted: Thu Apr 18, 2019 5:11 pm
by codetester
Can codelite be installed on
Solaris 10 10/09 s10x_u8wos_08a X86
SunOS 5.10 Generic_147441-25

which install file should I download? please post the link.
I dont see sun solaris listed on the download page.

Secondly, Is it generally possible to install codelite on a home directory instead of a machine's local directory?

Re: codelite install on solaris SunOS

Posted: Thu Apr 18, 2019 7:33 pm
by eranif
I never tried to build CodeLite on Solaris
I doubt if it will compile...

You can install CodeLite locally by passing to cmake this:

Code: Select all

-DCL_PREFIX=/home/me/install_dir

Re: codelite install on solaris SunOS

Posted: Mon Apr 22, 2019 10:39 pm
by codetester
So there is no ready-made codelite install available for solaris like RHEL or ubuntu?

Re: codelite install on solaris SunOS

Posted: Tue Apr 23, 2019 1:03 am
by DavidGH
Hi,
So there is no ready-made codelite install available for solaris like RHEL or ubuntu?
Not afaik, and google doesn't think so either.

Ubuntu inherits most of its packages from debian. You can see the debian CodeLite binaries available for different architectures/platforms here. Solaris isn't explicitly mentioned; but my solaris knowledge is nil, so see if you recognise one of those architectures as relevant to you.

Regards,

David