[PATCH wayland-web] Added depencies and bug fixes to build instructions

Bill Spitzak spitzak at gmail.com
Thu May 22 09:24:40 PDT 2014


I started out using a script somebody wrote to build on Debian. But I 
had to edit it considerably as dependencies changed and eventually I 
reverted to pretty much cut & paste of the configure lines. It also 
installed about 100 packages, many of which were not needed (either 
unused or because I had to compile from git anyway). This is why I never 
tried to submit build instructions until I was able to run this 
carefully on a clean machine, as all those installations hid what was 
needed.

A script written in a more useful language than shell might help, as it 
could define functions for the very repetitive part. The only thing that 
changes with each dependency is the name of the git repository and the 
configure options. Plus a few annoying ones that don't use autogen.sh or 
that require extra commands to be typed.

On 05/21/2014 03:18 PM, Thierry Reding wrote:

> Would it be an option to provide a jhbuild script that can be used to
> automatically build everything from source? That should at least remove
> any ambiguities or distribution specifics and should always work. Doing
> so has two advantages: it is a script and therefore can save everybody
> from a lot of typing (or copy/pasting) and it documents the origin and
> exact command sequences required to build from source.



More information about the wayland-devel mailing list