codelite install on solaris SunOS

CodeLite installation/troubleshooting forum
codetester
CodeLite Curious
Posts: 2
Joined: Thu Apr 18, 2019 5:05 pm
Genuine User: Yes
IDE Question: c++
Contact:

codelite install on solaris SunOS

Post 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?
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: codelite install on solaris SunOS

Post 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
Make sure you have read the HOW TO POST thread
codetester
CodeLite Curious
Posts: 2
Joined: Thu Apr 18, 2019 5:05 pm
Genuine User: Yes
IDE Question: c++
Contact:

Re: codelite install on solaris SunOS

Post by codetester »

So there is no ready-made codelite install available for solaris like RHEL or ubuntu?
DavidGH
CodeLite Plugin
Posts: 819
Joined: Wed Sep 03, 2008 7:26 pm
Contact:

Re: codelite install on solaris SunOS

Post 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
Post Reply