hi James, I've heard really good things about Clion https://www.jetbrains.com/clion/, and since it natively integrates with CMake there's a good chance that it would work well with parquet-cpp. If you are on Linux then you can get an up-to-date LLVM toolchain from their package repositories. I'll be interested to hear how it goes
- Wes On Wed, Feb 1, 2017 at 4:04 PM, James Pirz <[email protected]> wrote: > Hi, > > I am new in parquet-cpp and I have been digging into the code-base to learn > it for the past 3 weeks. I have a quick question regarding development on > the repository: > > I have been using gdb to run/learn the code, however it is pretty painful > and now that I am at a stage to try some changes (and willing to > contribute), I am wondering if there is some sort of guidelines on how to > setup the project in an IDE environment. > I tried Eclipse and attempted to import the project as an existing code as > Makefile (similar to import instructions for Impala BE [1]) however it did > not work (I have hundreds of errors, mostly 'not defined' or 'not found' > ones). > > Any suggestion on which IDE to use and roughly how to import the project > would be highly appreciated. > > James > > [1]: > https://cwiki.apache.org/confluence/display/IMPALA/Eclipse+Setup+for+Impala+Development
