-
Notifications
You must be signed in to change notification settings - Fork 0
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.
An ordinary configuration is autotools executable shell script configure
.
An ordinary configuration is autotools executable shell script make install prefix=<TARGETROOT>
.