Skip to content

Configure source

leaveye edited this page Sep 9, 2014 · 1 revision

Every source project should contain some basic configuration to tell distutil how to build it, and how to install the output binaries onto target system.

Config for building on host system

An ordinary configuration is autotools executable shell script configure.

Config for installing on target system

An ordinary configuration is autotools executable shell script make install prefix=<TARGETROOT>.