[readme]: add header file include order description

git-svn-id: https://10.10.10.66:8443/svn/MediaProcessPlatform/trunk/mpp@68 6e48237b-75ef-9749-8fc9-41990f28c85a
This commit is contained in:
ChenHengming 2015-08-07 11:09:19 +00:00
parent e43cc93487
commit ef23fee1d2

View file

@ -13,6 +13,11 @@ c. header file should not contain any relative path or absolute path, all includ
2. compiling system rule
a. for cross platform compiling use cmake as the compiling management system.
b. use cmake out-of-source build, final binary and library will be install to out/ directory.
3. header file include order
a. MODULE_TAG
b. system header
c. osal header
d. module header
NOTE:
1. when run on window pthreadVC2.dll needed to be copied to the system directory.