Skip to content

Install it on Arch Linux

Henrique Lechner edited this page Feb 16, 2016 · 4 revisions

Wwidd instalation tutorial on Arch Linux and Antergos

Execute as ROOT:

1. First install the dependencies:
pacman -S vlc ffmpeg sqlite3 xdg-utils gzip nodejs net-tools wget git --needed
2. create /media directory (workaround for wwidd bug 🐛 (https://github.com/wwidd/wwidd/pull/24) ):
mkdir /media

--

Execute as normal user:

3. install the nvm (Node Version Module):

Use the yaourt to install the AUR package:

yaourt -S nvm

OR through the official method:

wget -qO- https://raw.githubusercontent.com/creationix/nvm/v0.30.2/install.sh | bash
  • After that: open a new terminal to load the nvm alias!
4. Install the nodejs v0.9.3 on nvm:
nvm install v0.9.3
5. Clone the wwidd git repository:
git clone -b stable http://github.com/wwidd/wwidd.git
6. Execute the start.sh:
./wwidd/start.sh
  • It will ask to download the missing dependence files which is not included on git repository, just confirm it.