On 8/23/07, Cliff Brake <[EMAIL PROTECTED]> wrote:

> If you have an openmoko build environment set up, you should be able
> to build mono by simply typing (assuming you use the moko makefile):
>
> make update
> source setup-env
> bitbake mono

Correction, this should be:

make update
source setup-env
cd build (I missed this step)
bitbake mono

If you follow my first instructions, a new tmp directory will be
created at the top level (instead of in build) and a bunch of things
will be rebuilt.

Cliff

> This should create several *.ipk files in
> build/tmp/deploy/glibc/ipk/armv4t/ that can be copied to the device
> and installed with:
>
> ipkg install <package name>
>
> or use a package feed if you have one set up.

-- 
=======================
Cliff Brake
http://bec-systems.com
_______________________________________________
Mono-devel-list mailing list
Mono-devel-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-devel-list

Reply via email to