What is src-cl in project?

Started by Peter Johnson, January 11, 2017, 05:10:15 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Peter Johnson

Hey guys, Thank you for your really really interesting Project.

I cannot find out what the section of src-cl do in source. could you explain about it or present a doc about it?

thank you so much.

Liviu Lalescu

There are two executables: fet and fet-cl. fet-cl is FET command-line. src-cl.pro is for compiling FET command-line.

Volker Dirr

the source in in "src" directory.
see "scr-cl.pro" file to see all files that are needed for this executable.

Peter Johnson

#3
Thank you (Liviu Lalescu and Volker Dirr) so much  :)

Could you more explain about it? For example if I want to make change to output template or something like it, do I have to change it in both sources (src files and src-cl)?

Volker Dirr

If you compare "scr-cl.pro" and "scr.pro"  file, then you will see that "scr-cl.pro" is a subset of "scr.pro".

So if you do changes for the cl stuff, then it is automatically changed for both versions.

Peter Johnson

Interesting  :D

I will ask some questions about it later (I check it now and ask my questions later).

Thank you.