mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-10-31 00:12:19 +01:00 
			
		
		
		
	docs: Update meson example commands
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
		| @@ -143,9 +143,8 @@ To compile the Git version of GLib on your system, you will need to | ||||
| configure your build using Meson: | ||||
|  | ||||
| ```sh | ||||
| $ meson _builddir . | ||||
| $ cd _builddir | ||||
| $ ninja | ||||
| $ meson setup _builddir . | ||||
| $ ninja -C _builddir | ||||
| ``` | ||||
|  | ||||
| Typically, you should work on your own branch: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user