B E
![Avatar](https://secure.gravatar.com/avatar/613fd45bdc2aa03f7c9985ff4351fef6?default=https%3A%2F%2Fassets.zendesk.com%2Fhc%2Fassets%2Fdefault_avatar.png&r=g)
- Total activity 19
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 6
-
-
B E created a post, CompletedHow to set up Clion with Clang-15 from llvm.org on Ubuntu?
I installed Clang-15 from llvm.org on Pop!_OS (Ubuntu) 22.04. It works fine. I can compile a Hello World program with clang++-15. When I try to add Clang-15 to a toolchain, I get this error in Cl... -
B E created a post, AnsweredSuggestion: move window min/max/close buttons on Linux
In the screenshot below, I've marked sections in red which have a lot of empty space. This takes up space on a small monitor like a laptop. In yellow, I've marked an area which might be a better l... -
B E created a post, AnsweredFeature Request: podman support
Podman is like Docker, except its containers can be run by non-root users. Podman is a huge part of the new Fedora Silverblue distribution. I see there's a Docker plugin for Clion. Perhaps it cou... -
-
-
-
-
-
B E created a post, AnsweredBest way to use libc++?
What's the best way to use libc++ instead of libstd++? Should I add something to CMakeLists.txt? Or, is there something in CLion's settings I should use instead? This is with clang-8 on Linux. ...