summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
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