Skip to content
gitbaum edited this page Jul 22, 2011 · 1 revision

Config Files

Config Files

The Wiselib contains two config files that can be used for "private" configuration:

Please copy these files to

  • wiselib.stable/config.h and
  • wiselib.testing/config_testing.h, respectively.

Do not add them to the SVN!

Makefile.template in Applications

When compiling a Generic Wiselib Application (wiselib/applications), the appropriate paths must be set. Therefore the file

wiselib/applications/Makefile.template

must be copied to

wiselib/applications/Makefile.local

Again, do not add it to the SVN!

See Generic Wiselib Application for more details.