kore/examples/generic
Joris Vink c5ce707a91 Introduce build flavors.
Kore applications now get a build.conf which may contain different
build flavors. Each flavor can get its own cflags or ldflags.

This was in parts inspired by #106.

A new cli command has been added:
kore flavor

This command allows you to see all flavors and switch between them.
The kore build command now also takes a -v argument which if given
dumps the used CFLAGS and LDFLAGS out to stdout.

For existing applications the build.conf is automatically generated
next time you run kore build or kore run.

Also fixed a bug in the json_yajl example, sneaky change here.
2016-01-27 21:29:59 +01:00
..
assets Redo last move, but properly this time 2014-08-03 17:47:29 +02:00
conf Introduce build flavors. 2016-01-27 21:29:59 +01:00
src Massive rework of HTTP layer. 2016-01-18 11:30:22 +01:00
README.md Add more READMEs 2014-08-03 21:44:14 +02:00

README.md

Generic Kore application that shows off a few things:

  • File uploads (/upload)
  • Authentication blocks (/private)
  • base64 encoding tests (/b64test)
  • Parameter validator tests (/params-test)

Run:

	# kore run