diff options
author | P. J. McDermott <pjm@nac.net> | 2013-12-07 23:42:40 (EST) |
---|---|---|
committer | P. J. McDermott <pjm@nac.net> | 2013-12-07 23:42:40 (EST) |
commit | ae01d23841968bb1cded7171b949d20dfb6a34bb (patch) | |
tree | df057293b053cfa0d8bb490d3ef58dbe7c8e3e88 | |
parent | 48b94fad69834cc1b231e78a5a02cc8433dd8179 (diff) |
README: Use development version of opkbuild.
-rw-r--r-- | README | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -57,10 +57,8 @@ GNU/Linux jessie or later: opkbuild can be downloaded and installed (in the default directories) as follows: - $ wget http://files.proteanos.com\ - > /pub/opkbuild/3.0.0-beta1/opkbuild-3.0.0-beta1.tar.gz - $ tar -xzf opkbuild-3.0.0-beta1.tar.gz - $ cd opkbuild-3.0.0-beta1/ + $ 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 $ make |