Line 113:
Line 113:
$ make mockbuild
$ make mockbuild
−
Mock will determine which configuration to use, but you can specify it if wanting to build for a different architecture for instance.
+
+
{{Note box|msg=Mock will determine which configuration to use, but you can specify it if wanting to build for a different architecture for instance.
+
* IF 32 BITS SYSTEM:
BUILDARCH=i386 make mockbuild
BUILDARCH=i386 make mockbuild
+
* IF 64 BITS SYSTEM:
+
BUILDARCH=x86_64 make mockbuild}}
It will determine if this is for SME Server 9 or 8, and the package to build, based on which directory that you are in. The results are put under that directory.
It will determine if this is for SME Server 9 or 8, and the package to build, based on which directory that you are in. The results are put under that directory.