Difference between revisions of "Talk:Wget with Lua hooks"

From Archiveteam
Jump to navigation Jump to search
(also)
(meh)
Line 5: Line 5:
  curl python-pip
  curl python-pip
--[[User:Nemo_bis|Nemo]] 13:19, 13 June 2016 (EDT)
--[[User:Nemo_bis|Nemo]] 13:19, 13 June 2016 (EDT)
For fedora 23 (which has lua-5.3.3-2) I'm trying:
sudo dnf install gnutls-devel lua-devel python-pip zlib-devel compat-lua-libs lua-socket lua-sec lua-filesystem
...but it's not enough. [[User:Nemo_bis|Nemo]] 10:22, 22 August 2016 (EDT)

Revision as of 14:22, 22 August 2016

Compiling wget-lua in Ubuntu

For get-wget-lua.sh to succeed in a fresh Ubuntu 14.04 I needed:

sudo apt-get install libgnutls libgnutls-dev libgnutls-dev flex lua5.1 liblua5.1 liblua5.1-dev

For warrior-install.sh I also needed

curl python-pip

--Nemo 13:19, 13 June 2016 (EDT)

For fedora 23 (which has lua-5.3.3-2) I'm trying:

sudo dnf install gnutls-devel lua-devel python-pip zlib-devel compat-lua-libs lua-socket lua-sec lua-filesystem

...but it's not enough. Nemo 10:22, 22 August 2016 (EDT)