How to install custom program from gentoo portage?

97 views
Skip to first unread message

Nick Pavlov

unread,
Dec 2, 2014, 3:58:51 AM12/2/14
to chromiu...@chromium.org
Hi, guys.

I have question: How to install custom program from gentoo portage?
I want use chromium os for developming on java with JetbrainsIdea.

I need manual for install custom applications from portage and from tar archives.
Also I want to create link on desktop to run somethins applications.

Is it real?

Mike Frysinger

unread,
Dec 2, 2014, 3:30:46 PM12/2/14
to Nick Pavlov, chromium-os-dev
if you mean you want to add the package to your local builds, see:

if you mean you have a CrOS device and want to build/install on the device itself, then that's something you'd largely have to do yourself.  the crouton utility might help you get started:
https://github.com/dnschneid/crouton
-mike

--
--
Chromium OS Developers mailing list: chromiu...@chromium.org
View archives, change email options, or unsubscribe:
http://groups.google.com/a/chromium.org/group/chromium-os-dev?hl=en


Nick Pavlov

unread,
Dec 3, 2014, 3:10:26 AM12/3/14
to chromiu...@chromium.org, guri...@gmail.com
Mike, I want install application from CrOS and I want run this application in CrOS DE, is is posible?
Or I must install my package to my local build and run this package from CrOS

Mike Frysinger

unread,
Dec 3, 2014, 3:15:42 AM12/3/14
to Nick Pavlov, chromium-os-dev
most likely you'll need to build it first using the CrOS SDK env, and then deploy it to your device.  otherwise you'll need to install a full Gentoo stage3 chroot and do it all inside of that.
-mike

Daniel Erat

unread,
Dec 3, 2014, 12:43:33 PM12/3/14
to Nick Pavlov, Chromium OS dev
That IDE appears to be an X11 application. The Chrome OS shell opens a single X window and draws all of its browser windows into it; trying to run a second X application simultaneously won't work. You're better off either running Crouton like Mike suggested and installing the IDE there or running the IDE on a different Windows/Mac/Linux system and using Chrome Remote Desktop to connect to it from a Chrome OS device.

Dominik Behr

unread,
Dec 5, 2014, 7:09:17 PM12/5/14
to chromiu...@chromium.org, guri...@gmail.com
Technically it will "work". But the window is not going to be decorated (no way to change focus, resize or move the window). Also, it will perform really badly on ARM Chromebooks because they do not have any 2D acceleration in X11 driver and the driver will have to update window over full screen Chrome window which will involve multiple CPU window copy operations.
And it will stop working at all when we will get rid of X11 entirely.

There are some online IDEs that allow developing on Chromebooks, which seem to be better suited for network/web oriented platform like Chrome OS.
Reply all
Reply to author
Forward
This conversation is locked
You cannot reply and perform actions on locked conversations.
0 new messages