淺草先生

[Ubuntu] Root login & GTK Installation

Login as root

sudo -i
passwd

————————

Installation of pkg-config

./configure –prefix=/usr &&
make

make install

http://www.linuxfromscratch.org/blfs/view/6.3/general/pkgconfig.html
————————-

Installation of GLib

./configure –prefix=/usr &&
make
make install
————————–
Install ZLIB
the same method above
—————————
Exit mobile version