[Tutorial] howto compile Openelec

  • Quote


    Goto Universal USB Installer click on



    (on the site not on this one )


    Quote

    Open "Universal USB Installer"



    Quote

    Click on [I Agree]




    Quote

    by step 1: select linux select Ubuntu
    by step 2: Click on Browse then select the ubuntu ISO file
    By step 3: select your usb stick and enable "we will format...."
    now click on [Create]



    Quote

    click on [yes]




    Quote

    click on [Close]
    ow you have a bootble usb stick with a live version of ubuntu


    Quote

    reboot your pc and boot from usb




    Quote

    Click on this Icon on your desktop



    Quote

    Click on [Continue]



    Quote

    Click on [Continue]



    Quote

    if you want make a partition on your windows hdd you can use this i use a other drive so i dont use this option



    Quote

    Click on [Continue]



    Quote

    you need more space then this al less 32gig if you compile a image it use +- 17 gig, linux install +- 6 a 7 gig so 32gig must be enough


    Quote

    Click on [Install Now]



    Quote

    Click on [Continue]



    Quote

    Click on [Continue]



    Quote

    Click on [Continue]



    Quote

    Click on [Continue]




    Quote

    Restart Now



    Quote

    Press [Ctrl]+[alt]+[t]



    Code
    sudo apt-get update


    Quote

    type your password



    Code
    sudo apt-get upgrade



    Quote

    press Y



    Quote

    reboot now ubuntu


    Quote

    press agian [CTRL]+[ALT]+{T}


    Code
    sudo dpkg-reconfigure dash


    Quote

    enter your password



    Quote

    press on no



    Code
    sudo apt-get install libxml-parser-perl


    Quote

    press enter



    Quote

    press Y


    Code
    sudo apt-get upgrade
    sudo apt-get install git


    Code
    git clone https://github.com/OpenELEC/OpenELEC.tv.git



    Quote

    press enter



    type

    Code
    cd OpenELEC.tv


    for wetek type

    Code
    PROJECT=WeTek_Play ARCH=arm make image



    Quote

    press y




    Quote

    press Y



    Quote

    now you must wait till it finished that can take many hours



    this you get in your

    Code
    /OpenELEC.tv/target



    You need to use make release for that. This creates KERNEL and SYSTEM images but not the SD card image so it needs no root privileges
    Both make release and make image give you an update package in the target folder.

    Code
    PROJECT=WeTek_Play ARCH=arm make release


    for RPi

    Code
    PROJECT=RPi ARCH=arm make image


    for RPi2

    Code
    PROJECT=RPi2 ARCH=arm make image


    for x86_64

    Code
    PROJECT=Generic ARCH=x86_64 make image


    If you need to clean and start over do the following

    Code
    make clean


    update source

    Code
    git pull


    When the build completes, you will find the fresh build in the target directory of your build directory (the OpenELEC.tv dir) in target dir

    VU+Zero4K



    09553007003687213979.gif

    Edited 12 times, last by snifferdsx ().

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!