Talk:Samba/Compiling Samba from Source

From Wikibooks, the open-content textbooks collection

Jump to: navigation, search

I am not sure this is correct: Now entering the samba-<version>/source/ directory and run 'configure':

  1. ./configure --host=i686 --target=mips-linux-uclibc

--host is the system you want the software to run on --target is the system you want the software to be able to make binaries for (not needed except for compilers) --build is the system that is creating the software