summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)AuthorFilesLines
2016-09-06Add helper script to setup and use an uninstalled environmentuninstalledReynaldo H. Verdejo Pinochet1-1/+34
The wl_uninstalled script provides a shell environment to build and use an uninstalled Wayland/Weston setup. For example, this script and a fresh checkout of Wayland, libinput, wayland-protocols and Weston is all you need to run Weston from the uninstalled environment created by building every module. No installation required. Quick instructions: Lets use Weston as an example altough other Wayland-based software should work as well. Edit a local copy of the script to make $WLD point to the base directory where your repositories are (make sure to use the absolute paths). You can also set the WLD environment variable before calling the script and leave the file untouched. Then, after executing the script, issue the following commands to have everything built and Weston runing from the uninstalled environment. cd <basedir> for i in wayland wayland-protocols libinput weston; do cd $i && ./autogen.sh && make && cd ..; done cd weston weston & Signed-off-by: Reynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
2016-04-13readme: Add instructionsYong Bakos1-1/+53
The original readme just had a link to the official build instructions, which does not help a user with these build tools. Signed-off-by: Yong Bakos <ybakos@humanoriented.com> Reviewed-by: Bryce Harrington <bryce@osg.samsung.com>
2014-05-30Stub in package docsBryce Harrington1-0/+1