From 9f4b8a8c279858b603aaf817603a887677837cd8 Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 07 Mar 2014 10:33:16 -0500 Subject: README: Update for new opkbuild and opkhelper. --- diff --git a/README b/README index b538a42..0ed3296 100644 --- a/README +++ b/README @@ -58,10 +58,11 @@ GNU/Linux jessie or later: opkbuild can be downloaded and installed (in the default directories) as follows: - $ git clone git://git.proteanos.com/opkbuild/opkbuild.git - $ cd opkbuild/ - $ ./configure --with-opkg=/there/is/no/opkg \ - > --with-opkhelper-3.0=/usr/local/bin + $ wget http://files.proteanos.com\ + > /pub/opkbuild/3.0.0-beta3/opkbuild-3.0.0-beta3.tar.gz + $ tar -xzf opkbuild-3.0.0-beta3.tar.gz + $ cd opkbuild-3.0.0-beta3/ + $ ./configure --with-opkg=/there/is/no/opkg $ make # make install @@ -78,10 +79,9 @@ directories, you'll need to edit these scripts. opkhelper can be downloaded and installed (in the default directories) as follows: - $ wget http://files.proteanos.com\ - > /pub/opkhelper/3.0.0-beta4/opkhelper-3.0.0-beta4.tar.gz - $ tar -xzf opkhelper-3.0.0-beta4.tar.gz - $ cd opkhelper-3.0.0-beta4/ + $ wget http://files.proteanos.com/pub/opkhelper/3.0.0/opkhelper-3.0.0.tar.gz + $ tar -xzf opkhelper-3.0.0.tar.gz + $ cd opkhelper-3.0.0/ $ ./configure $ make # make install -- cgit v0.9.1