[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:27:22 -0500 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Icedove/38.4.0 |
On 02/05/2016 11:23 AM, Stephen Paul Weber wrote:
>> My problem is the structure of C/C++ projects, and dependacies. Java is
>> simple source in /src libs in /libs
>
> I've never seen a Java project with that kind of structure. I think it
> varies by project.
>
>> 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.
>
> Really, every project has their own source hierarchy. I suggest you
> contact the project directly to ask them how their code is organized and
> what build system they use, if it's not obvious from the source tree.
>
Im pretty sure they are using CMake but I still dont know how to setup
my IDE