forked from wwidd/wwidd
-
Notifications
You must be signed in to change notification settings - Fork 1
Install it on Arch Linux
Henrique Lechner edited this page Feb 16, 2016
·
4 revisions
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
--
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!
nvm install v0.9.3
git clone -b stable http://github.com/wwidd/wwidd.git
./wwidd/start.sh
- It will ask to download the missing dependence files which is not included on git repository, just confirm it.