livebox:portable

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revisionBoth sides next revision
livebox:portable [2015/03/13 04:45] – [Installation via a package] brettlivebox:portable [2015/03/13 23:19] – [Direct installation] brett
Line 10: Line 10:
 <code> <code>
 sudo apt-get install git sudo apt-get install git
-git clone -portable https://github.com/dbzoo/hah.git portable+git clone --branch portable --single-branch https://github.com/dbzoo/hah.git portable
 </code> </code>
  
Line 68: Line 68:
 </code> </code>
  
 +===== Keeping up to date =====
 +
 +The best way to keep your portable distro up to date is "git pull" or "git fetch && git merge"\\
 +Then do a "make arm-deb" and install it "sudo dpkg -i build/*.deb"\\
 +The deb file will not overwrite your .ini customized .ini changes.
 +<code>
 +$ cd portable
 +$ git pull
 +$ make arm-deb
 +$ sudo dpkg -i build/*.deb
 +</code>
 ====== Fedora build notes ====== ====== Fedora build notes ======
  
Line 76: Line 87:
 You will need these pre-requisites installed to build You will need these pre-requisites installed to build
 <code> <code>
-yum install subversion libxml2-devel libcurl-devel openssl-devel+yum install git libxml2-devel libcurl-devel openssl-devel
 yum groupinstall "Development Tools" --skip-broken yum groupinstall "Development Tools" --skip-broken
 </code> </code>
  • livebox/portable.txt
  • Last modified: 2016/01/30 01:09
  • by brett