diff options
Diffstat (limited to 'README')
-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 |