Menu

Tree [d32014] develop /
 History

HTTPS access


File Date Author Commit
 doc 2015-11-23 Alex I. Kuznetsov Alex I. Kuznetsov [b9f731] update changelog
 extras 2016-01-28 Alex I. Kuznetsov Alex I. Kuznetsov [d32014] vhdl.coder: add types and fuctions from std.textio
 src 2015-11-23 Alex I. Kuznetsov Alex I. Kuznetsov [b14ebb] build system: set Lua DLL name
 templates 2014-03-21 ring0_mipt ring0_mipt [7de751] Source code converted to Unix-style newlines
 .gitattributes 2015-11-23 Alex I. Kuznetsov Alex I. Kuznetsov [d57649] gitignore, gitattributes
 .gitignore 2015-11-23 Alex I. Kuznetsov Alex I. Kuznetsov [d57649] gitignore, gitattributes
 readme.txt 2014-03-24 ring0_mipt ring0_mipt [8e6e8f] docs: changelog, readme

Read Me

CoreTML framework must be built with CMake (http://www.cmake.org)

In a nutshell:

	mkdir build
	cd build
	cmake ../src
	make
	make install

See doc/coretml_manual.pdf for more detailed instructions
and platform-specific notes.