Linux Programmer | RHCE | RHCSA

Search This Blog

Tuesday, 6 December 2016

install GtkDialog in ubuntu

Steps for installing GtkDialog in ubuntu 

1. Download tar from below link

https://drive.google.com/open?id=0BwPBGrPmbppAaHIzVWdPbU04RUE

2. install Gtk version 2.0

apt-get install gtk2.0

3. Extract tar file

tar -xf gtkdialog.tar

4. Configure Gtk Dialog

cd gtkdialog/

sudo ./configure

sudo make

sudo make install


No comments:

Post a Comment

Gitlab_CICD_Sample Deployment

Gitlab CICD Stages: build - Create build of project. - If it is docker project which contains dockerfile then, create docker image - push in...