Skip to content

Build on Arch Linux

José Amuedo Salmerón edited this page Dec 5, 2017 · 1 revision

Build on Arch Linux

  • Clone this repo
git clone https://github.com/spheras/desktopfolder
  • Navigate to the desktopfolder/arch folder
cd desktopfolder/arch
  • Build the package (it may ask for your root password to install dependencies)
makepkg -s
  • Install the newly built package
sudo pacman -U *.pkg.tar.xz
Clone this wiki locally