Skip to content

Commit a44914b

Browse files
Complete README (#353)
Added some instructions for the README, also specifying how to increase the disk size, required for the last versions.
1 parent bf4b709 commit a44914b

1 file changed

Lines changed: 28 additions & 1 deletion

File tree

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
git clone -b gnome-42-2204-sdk https://github.com/ubuntu/gnome-sdk.git gnome-42-2204-sdk
1+
# GNOME-SDK
22

3+
This snap contains the SDK to build Gtk/Gnome-based snaps.
4+
5+
## Setting disk size
6+
7+
This snap requires quite a lot of disk space, so the default value for LXD in
8+
snapcraft may be not enough. To change it, just run:
9+
10+
lxc storage --project snapcraft device set default size=100GB
11+
12+
This command increases the pool size for virtual disks to 100GB. Thus, the
13+
maximum total size for virtual disks in snapcraft will be of that size.
14+
15+
lxc profile --project snapcraft device set default root size=25GB
16+
17+
This command increases the maximum disk size for each container to 25GB.
18+
19+
## Clonning the repository
20+
21+
There are several versions of the SDK, so a differen branch is used for each one:
22+
23+
Core22/Gnome-42-2204:
24+
25+
git clone -b gnome-42-2204-sdk https://github.com/ubuntu/gnome-sdk.git gnome-42-2204-sdk
26+
27+
Core24/Gnome-46-2404:
28+
29+
git clone -b gnome-46-2404-sdk https://github.com/ubuntu/gnome-sdk.git gnome-46-2404-sdk

0 commit comments

Comments
 (0)