Search Criteria
Package Details: clion-lldb 1:2020.3.2-1
Git Clone URL: | https://aur.archlinux.org/clion.git (read-only, click to copy) |
---|---|
Package Base: | clion |
Description: | C/C++ IDE. Free 30-day trial. |
Upstream URL: | http://www.jetbrains.com/clion |
Keywords: | C C++ IDE JetBrains |
Licenses: | |
Submitter: | rdoursenaud |
Maintainer: | Zrax |
Last Packager: | Zrax |
Votes: | 188 |
Popularity: | 2.03 |
First Submitted: | 2015-04-14 21:23 |
Last Updated: | 2021-02-04 05:49 |
Required by (1)
- clion (optional)
Latest Comments
1 2 3 4 5 6 ... Next › Last »
jbbjarnason commented on 2021-02-07 11:20
FYI you can run clion with java 15 https://youtrack.jetbrains.com/issue/IDEA-251536
In short remove UseConcMarkSweepGC lines from the configuration files, the file are by default placed in /opt/clion/bin/clion.vmoptions and /opt/clion/bin/clion64.vmoptions
bootlegbilly commented on 2021-02-03 23:06
@rhysperry111 try switching your java version to 11.
First install it:
sudo pacman -S jre11-openjdk
Then run:
sudo archlinux-java set java-11-openjdk
bootlegbilly commented on 2021-02-03 23:04
Can you add aarch64 as a supported architecture? I can confirm it runs just fine on it.
rhysperry111 commented on 2021-01-11 22:32
Even though I have
clion-jre
installed, I am gettingMarcel_K commented on 2020-12-28 14:33
What do you mean? That's exactly what you (can) do with this package.
oUndercover commented on 2020-12-22 12:34
Is it possible to install clion from the AUR and then insert the license after the installation and have access to the full features of it?
chandradeepdey commented on 2020-06-05 17:12
please change the desktop entry to something like the official .desktop file, the "Free 30-day trial." and "GenericName=clion" are eyesores
https://paste.debian.net/1150451/
calvertdw commented on 2019-12-13 19:47
You can fix font rendering by using the JDK provided with intellij-idea-ce [1]. To do this, set CLION_JDK=/opt/intellij-idea-ce/jbr/ or write /opt/intellij-idea-ce/jbr/ to ~/.CLion2019.3/config/clion.jdk
[1] https://aur.archlinux.org/packages/intellij-idea-ce/
b1tninja commented on 2019-09-27 15:38
Just FYI there are free *-eap versions too.
"The Early Access Program (EAP) provides free access to pre-release builds of our products: you can try our new features out early in return for your valuable feedback."
jackrabbit commented on 2019-06-06 16:32
@outfrost While what you are saying is true (https://intellij-support.jetbrains.com/hc/en-us/articles/206544869-Configuring-JVM-options-and-platform-properties), that does not work in my case. I override the settings that determine the location of the config directory and the mechanism you describe entirely misses the point.