Hello all,
I'm working on a C++ project and I'm using the g++ compiler
I should submit the source code and the build system for the project ..but I don't know what is exactly the build system?
could any one help me on how to do it :confused:
any help is really appreciated
Wishing everyone a happy and successful year.
regards
What is the build sysetm?
Started by soso, Dec 31 2009 08:47 AM
5 replies to this topic
#1
Posted 31 December 2009 - 08:47 AM
|
|
|
#2
Posted 31 December 2009 - 08:52 AM
Probably meant either the binary executable or an object library of everything. I'm assuming you know how to use g++ to compile to an executable binary; to compile to just an object file, use the -c option.
sudo rm -rf /
#3
Posted 31 December 2009 - 12:56 PM
If it's a multi-file project, you may want to include a make file, or at least the compiler commands to compile it.
#4
Posted 31 December 2009 - 01:49 PM
#5
Posted 07 January 2010 - 01:16 AM
Thank you all for your help
I submitted the project with the make file .... I wrote my first makefile ^^
Best wishes
I submitted the project with the make file .... I wrote my first makefile ^^
Best wishes
#6
Posted 07 January 2010 - 01:54 AM
That's good! Knowing how to write makefiles is a good skill to have. (I, on the other hand, write bash scripts to compile my projects... :D )
sudo rm -rf /


Sign In
Create Account

Back to top









