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.
There are two executables: fet and fet-cl. fet-cl is FET command-line. src-cl.pro is for compiling FET command-line.
the source in in "src" directory.
see "scr-cl.pro" file to see all files that are needed for this executable.
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)?
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.
Interesting :D
I will ask some questions about it later (I check it now and ask my questions later).
Thank you.