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

Build plugins with JetBrains CLion

Explorer ,
Apr 17, 2016 Apr 17, 2016

Copy link to clipboard

Copied

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

Views

1.8K

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

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

Votes

Translate

Translate

Report

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

Copy link to clipboard

Copied

LATEST

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

Votes

Translate

Translate

Report

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