Skip to content

Latest commit

 

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C project template using both GNU make and Eclipse IDE

Build Status


Instructions:

When using Eclipse:

  1. Open Eclipse with proj/eclipse_workspace as the workspace.
  2. Import existing project in the solution.
  3. Start developing...

When using GNU make:

  1. Run make

Info:

Tools:

  • IDE: Eclipse (Neon 3) with CDT
  • Build tools: gcc, make
  • Documentation: doxygen, graphviz
  • Analysers: cppcheck

Folder structure:

  • bin: Output of the executable
  • conf: Configuration files from various tools. e.g: doxygen, cppcheck etc.
  • doc: Documentation. (output of doxygen).
  • inc: Projects header files.
  • obj: Object files during make.
  • proj: Eclipse IDE config files.
  • src: Projects source files.

TODO:

  • Add script to install dependencies in Debian based GNU/Linux distros.
  • Check if debug/run shared files can be omitted.

About

C project template using both GNU make and Eclipse IDE

Topics

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages