diff options
author | P. J. McDermott <pjm@nac.net> | 2014-03-07 10:33:16 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2014-03-07 10:33:16 (EST) |
commit | 9f4b8a8c279858b603aaf817603a887677837cd8 (patch) | |
tree | 1783c979b69e5653489c7c50498f2aa3feb146b3 | |
parent | 1e2c458974f5d5235a9745b0fc1131130d457aff (diff) |
README: Update for new opkbuild and opkhelper.
-rw-r--r-- | README | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -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 |