File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments