Plugin Publish Process

From MOD Wiki
Revision as of 09:24, 9 April 2015 by Luis Fagundes (talk | contribs) (Created page with "== Source == == REST API == - Upload source code to build sytem == Build System == - Use standard waf, make or cmake projects. - Can't replace CFLAGS, CXXFLAGS and LDF...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Source

REST API

- Upload source code to build sytem


Build System

- Use standard waf, make or cmake projects. - Can't replace CFLAGS, CXXFLAGS and LDFLAGS - Do not use -march=native, -sse etc - If you want to optimize for certain platform, use the proper #ifdef - If in doubt, just don't mess with compilation flags. - If you have a good reason for not using waf, make or cmake, tell us. The system is being developed. - We need a way to compile the bundle without UI

Repository