Myriad Code
Brought to you by:
gzell
This is the readme file for the Myriad project Description =========== ifflib/ mtlib/ Genesis/ MyriadIDE/ Include/ ulib/ =========== If you are a developer and want to detach a library you are free to do it. Just watch out for the dependencies of that library. Generally you will find all dependencies in the Myriad project (include/, other resources, etc), but when building if it still need more than what you have in Myriad , look in the build script (premake4.lua), for the project you are detaching , what are its dependencies. It may require external libs that aren't found in Myriad/, like wxWidgets, Boost, etc. License ======= //=========================================================== // Copyright (c) Stefan Silvestru 2010 - 2011. // // Distributed under the Boost Software License, Version 1.0. // (See accompanying file LICENSE_1_0.txt or copy at // http://www.boost.org/LICENSE_1_0.txt) //===========================================================