A repository with installation scripts for wayfire
Go to file
Suzanne Soy 6bd54b7a00 debug
2021-10-27 21:10:53 +01:00
install.sh debug 2021-10-27 21:10:53 +01:00
LICENSE Initial commit 2020-03-19 13:23:29 +01:00
README.md update readme with new branch names 2021-01-30 10:15:10 +01:00
start_wayfire.sh.in startwayfire: Set XDG_DATA_DIRS if unset 2020-06-17 10:16:30 -06:00
update_build.sh check whether sudo is required 2020-03-22 13:46:32 +01:00
wayfire.desktop.in Add option to install wayfire desktop session file 2020-04-03 23:34:00 -06:00

wf-install

install.sh

install.sh is a script to install and configure Wayfire and related programs like wf-shell.

The general usage is:

git clone https://github.com/WayfireWM/wf-install
cd wf-install

./install.sh --prefix /opt/wayfire --stream 0.7.x

The last script will download all necessary components and install them to the given prefix. If you want to build the latest versions, use --stream master. For Wayfire and wf-shell, default configuration files will also be installed to $XDG_CONFIG_HOME/wayfire.ini or ~/.config/wayfire.ini

The script also has a few other options, which you can see by calling ./install.sh --help

update_build.sh

update_build.sh is a script similar to install.sh, but assumes you have already built and installed Wayfire. It will simply update the downloaded code, recompile and install it to the same prefix as configured with install.sh.

./update_build.sh . 0.7.x

The first parameter is the toplevel directory where you started the build (i.e the folder with wayfire, wf-shell and wcm source), and the second one is the version of Wayfire to build.