Difference between revisions of "Compiling Plugins"
Jump to navigation
Jump to search
(Created page with "== Local build == == Cross-compiling == === MOD Plugin Builder === == Useful precautions ==") |
|||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | '''WARNING: This page is currently being written, please check in later!''' | ||
+ | |||
== Local build == | == Local build == | ||
+ | |||
+ | different build systems | ||
+ | gcc/clang, CLI usage | ||
+ | simple makefile | ||
+ | |||
== Cross-compiling == | == Cross-compiling == | ||
+ | |||
+ | different archs, need different gcc build | ||
+ | extend previous makefile, listen for env vars | ||
+ | |||
=== MOD Plugin Builder === | === MOD Plugin Builder === | ||
+ | |||
+ | (check emails) | ||
+ | |||
== Useful precautions == | == Useful precautions == | ||
+ | |||
+ | broken makefiles | ||
+ | broken flags |
Latest revision as of 12:39, 8 April 2016
WARNING: This page is currently being written, please check in later!
Local build
different build systems gcc/clang, CLI usage simple makefile
Cross-compiling
different archs, need different gcc build extend previous makefile, listen for env vars
MOD Plugin Builder
(check emails)
Useful precautions
broken makefiles broken flags