I don't know what OpenELEC does and how Rasplex integrates....
I thought I would find out by just starting.....
Anyone?
root@ns1:/opt/rasplex# git clone git@github.com:dalehamel/OpenELEC.tv.git
Cloning into 'OpenELEC.tv'...
Warning: Permanently added the RSA host key for IP address '192.30.252.129' to the list of known hosts.
Permission denied (publickey).
fatal: The remote end hung up unexpectedly
Isn’t it possible to just give me the line for an initial successful compile? I don’t need an image today, but I would like to have most stuff compiled on the server…
Isn't it possible to just give me the line for an initial successful compile?
I don't need an image today, but I would like to have most stuff compiled on the server...
Cheers
Yes and no. It depends on the version you want to build.
You need to change the OpenELEC source to be at the commit of the Tag of the version.
Than call dobuild.sh -v .
But I would not build versions earlier than 0.2.0 (Tags are missing or might not be on the commit they should be…)
Example for building version 0.2.2 (untested):
cd /path/to/OpenELEC.tv
git checkout RP-0.2.2
sudo ./dobuild.sh -v 0.2.2
RasPlex 0.2.2 is based on OE 3.0 which is the previous stable release of OpenELEC. Sources are mostly downloaded from them or directly from the project site. It seems they already deleted some old stuff and thus the download fails.
Please visit the OpenELEC wiki or our IRC for more help.
I don’t understand why it needs to have special handling. Almost every project using git or svn is able to deliver a working binary from scratch using 2 lines on the prompt.
If this project is not yet in that phase I can wait until it is. Is this being worked on?
I would like to build from source to make tiny modifications if I have the need to (for instance the 1 Mbps hasn’t been implemented in 0.3.x, which is just a little list). I would also like to see how certain things are done, so I can ask better questions.
So, my question now is "why can’t I build version 0.3.1 from scratch with 2 cli commands?