[Mono-list] Mono on ARM Chromebook

Hall72215 rhall87 at hotmail.com
Fri Dec 14 03:56:13 UTC 2012


Using the thread at
http://www.raspberrypi.org/phpBB3/viewtopic.php?f=66&t=11634&p=218815&hilit=mono,
I was able to get mono working on the ARM Chromebook.

On the Chromebook:

    cd ~
    git clone git://github.com/directhex/mono-1.git
    cd mono-1
    git checkout remotes/origin/armhf-port
    ./autogen.sh --disable-mcs-build
    make CFLAGS=-DARM_FPU_VFP_HARD
    make install

On Ubuntu desktop machine:

    cd ~
    git clone git://github.com/directhex/mono-1.git
    cd mono-1
    git checkout remotes/origin/armhf-port
    ./autogen.sh
    make
    make install DESTDIR=~/monoArmhfBuild
    cd ~/monoArmhfBuild/usr/local/lib
    tar -cf mono.tar mono
 
Moved mono.tar onto the Chromebook, then on the Chromebook:

    cd /usr/local/lib
    tar xf mono.tar mono



--
View this message in context: http://mono.1490590.n4.nabble.com/Mono-on-ARM-Chromebook-tp4657617p4657763.html
Sent from the Mono - General mailing list archive at Nabble.com.


More information about the Mono-list mailing list