Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

Build plugins with JetBrains CLion

Explorer ,
Apr 17, 2016 Apr 17, 2016

Hi everyone!

Is someone using JetBrains's CLion IDE?

Or that everyone just use Visual Studio?

I try to use CLion, because I have better experience with other JetBrains IDE's. Just need a guidance to start developing with CLion(include headers, build, debug etc.).

P.S. I'm new to plugins and C/C++..

Thanks in advance!

TOPICS
SDK
2.4K
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Apr 28, 2016 Apr 28, 2016

Clion uses CMake as its building config tool, you need to learn how to use CMake to config your c/c++ project. But I do not recommend you use Clion, because the sample projects are Visual Studio project, and contains custom build steps, which is designed to work with Visual Studio(I'm not good at CMake too, so I don't know whether you can do these custom build steps in CMake). And Visual Studio will provide better experience when debugging your plugin with After Effects

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Participant ,
Jul 09, 2016 Jul 09, 2016

Still wonder if somebody managed to build the plugin with cmake?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 30, 2018 Jan 30, 2018

hey, did you manage to make cLin work with the debugger?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Jan 30, 2018 Jan 30, 2018
LATEST

hey, did you manage to make cLin work with the debugger?

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines