![]() |
Development Environment on the Pinebook Pro - Printable Version +- PINE64 (https://forum.pine64.org) +-- Forum: Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=111) +--- Forum: Linux on Pinebook Pro (https://forum.pine64.org/forumdisplay.php?fid=114) +--- Thread: Development Environment on the Pinebook Pro (/showthread.php?tid=8047) |
RE: Development Environment on the Pinebook Pro - feoh - 10-13-2020 (10-11-2020, 02:05 PM)slyecho Wrote: Visual Studio Code now supports ARM 32 and 64-bit, so we don't need these custom builds any more. Well, if you care about the telemetry you would but not me personally. OK but... How do I install them on the Stock Manjaro? They seem to offer .debs and .rpms RE: Development Environment on the Pinebook Pro - gabeeg - 10-15-2020 (10-13-2020, 09:59 AM)feoh Wrote:There is a VS Code package now available through Pacman or Pamac as a standard installable. I forget the package name though and on my ThinkPad at the moment....just search for "vs code"...it should show up. Works great, even pylance (for those Python folks)(10-11-2020, 02:05 PM)slyecho Wrote: Visual Studio Code now supports ARM 32 and 64-bit, so we don't need these custom builds any more. Well, if you care about the telemetry you would but not me personally. RE: Development Environment on the Pinebook Pro - Seferi - 10-21-2020 Hi everyone, I just got my pinebook pro and trying to install intelliJ without success. I installed snapd and tried to install the snap but intelliJ is not available for this architecture. How did you install it? RE: Development Environment on the Pinebook Pro - hthiemann - 10-21-2020 (10-21-2020, 10:33 AM)Seferi Wrote: Hi everyone, I just got my pinebook pro and trying to install intelliJ without success. I installed snapd and tried to install the snap but intelliJ is not available for this architecture. How did you install it?Wont work via snapd. You can build it from the aur without any problems. Just make sure that you have Java 11 installed RE: Development Environment on the Pinebook Pro - feoh - 10-21-2020 (10-15-2020, 08:40 PM)gabeeg Wrote:(10-13-2020, 09:59 AM)feoh Wrote:There is a VS Code package now available through Pacman or Pamac as a standard installable. I forget the package name though and on my ThinkPad at the moment....just search for "vs code"...it should show up. Works great, even pylance (for those Python folks)(10-11-2020, 02:05 PM)slyecho Wrote: Visual Studio Code now supports ARM 32 and 64-bit, so we don't need these custom builds any more. Well, if you care about the telemetry you would but not me personally. Yup I can confirm this - I think it's visual-studio-code-bin - works great too! WAY faster and more solid than the headmelted build. Definitely worth upgrading. (10-21-2020, 10:33 AM)Seferi Wrote: Hi everyone, I just got my pinebook pro and trying to install intelliJ without success. I installed snapd and tried to install the snap but intelliJ is not available for this architecture. How did you install it? I installed the latest OpenJDK and then installed the .tar.gz version. snap is essentially useless on Pinebook Pro. You can only use a snap if it's been compiled for AARCH64, and I have yet to find any that have ![]() RE: Development Environment on the Pinebook Pro - Seferi - 10-25-2020 I'm unable to install Oracle JDK on the Pinebook Pro, I need it for a plugin that I use which doesn't work with openJDK. I tried to build it from AUR but none of the versions are building.. I tried installing manually following this : https://pavelfatin.com/install-intellij-idea-on-raspberry-pi/ java --version returns nothing and intelliJ doesn't launch. I really appreciate if someone can help me install Oracle JDK. Thanks. RE: Development Environment on the Pinebook Pro - belfastraven - 10-25-2020 (10-25-2020, 02:56 PM)Seferi Wrote: I'm unable to install Oracle JDK on the Pinebook Pro, I need it for a plugin that I use which doesn't work with openJDK. I tried to build it from AUR but none of the versions are building.. I tried installing manually following this : https://pavelfatin.com/install-intellij-idea-on-raspberry-pi/I have not done this myself, but this should worK: First you will need to download the tar.gz file which is, I believe, free but requires an Oracle account. from downloads Then see here for instructions. Installing Oracle JDK |