From 8ffa6550503d54983cf72d5a8c6b0881288a44ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Sun, 22 Mar 2015 12:00:57 -0700 Subject: [PATCH] Updated README. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index e0fd614b..87edf281 100644 --- a/README.md +++ b/README.md @@ -432,6 +432,13 @@ Configuration is `-[32/64]`. For example: linux-release32, nacl-debug64, nacl-arm-debug, pnacl-release, android-release, etc. +Amalgamated build +----------------- + +For ease of integration to other build system bgfx library can be built with +single .cpp file. It's only necessary to build [src/amalgamated.cpp](https://github.com/bkaradzic/bgfx/blob/master/src/amalgamated.cpp) +inside different build system. + OculusVR integration --------------------