@@ -30,45 +30,45 @@ License: ISC, see [COPYING](./COPYING) for details.
3030On recent Debian-like systems, you can type the following
3131to get started with a standard configuration:
3232
33- $ sudo apt install -y build-essential
34- $ sudo apt install -y libjson-c-dev libgirepository1.0-dev libglib2.0-dev
33+ # apt install -y build-essential
34+ # apt install -y libjson-c-dev libgirepository1.0-dev libglib2.0-dev
3535
3636When building from git:
3737
38- $ sudo apt install -y python autotools-dev intltool gettext libtool
38+ # apt install -y python autotools-dev intltool gettext libtool
3939
4040You might also try using your package manager:
4141
42- $ sudo apt build-dep mypaint # will get additional deps for MyPaint (GUI)
43- $ sudo apt build-dep libmypaint # may not exist; included in mypaint
42+ # apt build-dep mypaint # will get additional deps for MyPaint (GUI)
43+ # apt build-dep libmypaint # may not exist; included in mypaint
4444
4545### Install dependencies (Red Hat and derivatives)
4646
4747The following works on a minimal CentOS 7 installation:
4848
49- $ sudo yum install -y gcc gobject-introspection-devel json-c-devel glib2-devel
49+ # yum install -y gcc gobject-introspection-devel json-c-devel glib2-devel
5050
5151When building from git, you'll want to add:
5252
53- $ sudo yum install -y git python autoconf intltool gettext libtool
53+ # yum install -y git python autoconf intltool gettext libtool
5454
5555You might also try your package manager:
56-
57- $ sudo yum builddep libmypaint
56+
57+ # yum builddep libmypaint
5858
5959### Install dependencies (OpenSUSE)
6060
6161Works with a fresh OpenSUSE Tumbleweed Docker image:
6262
63- $ sudo zypper install gcc13 gobject-introspection-devel libjson-c-devel glib2-devel
63+ # zypper install gcc13 gobject-introspection-devel libjson-c-devel glib2-devel
6464
6565When building from git:
6666
67- $ sudo zypper install git python311 autoconf intltool gettext-tools libtool
67+ # zypper install git python311 autoconf intltool gettext-tools libtool
6868
6969Package manager:
7070
71- $ sudo zypper install libmypaint0
71+ # zypper install libmypaint0
7272
7373## Build and install
7474
0 commit comments