[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [lp-ca-on] Free-Software Development
From: |
Greg Wright |
Subject: |
Re: [lp-ca-on] Free-Software Development |
Date: |
Fri, 5 Feb 2016 11:14:46 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 |
On 02/05/2016 10:58 AM, Stephen Paul Weber wrote:
>> I am a developer (OpenJDK/Java Mostly) but I know C/C++ and would like
>> to contribute some projects that I use. Alas I cannot figure out how,
>> once I have pulled a Git repo, too setup it up in my IDE. Java use much
>> easier for that. Can anyone provide some incite?
>
> Honestly not sure what your question is. What project are you pulling?
> What IDE do you use?
This time, ToxCore. and for and IDE I currently use Code::Blocks but Im
thinkng of trying Intellij IDEA because it supports C/C++ now.
My problem is the structure of C/C++ projects, and dependacies. Java is
simple source in /src libs in /libs, for C there is that /m4 directory
that sometimes has src in it too and libraries are arguments/parameters
for the compiler.
I guess I am just wanting something like gradle to save me.
I know C/C++ but I don't practice it until now so this is still confusing.