Skip to content

Latest commit

 

History

History
133 lines (92 loc) · 4.17 KB

index.rst.txt

File metadata and controls

133 lines (92 loc) · 4.17 KB

gen_gtk_pro

gen_gtk_pro is shell tool for generating GTK project.

Developed in bash code: 100%.

GitHub shell checker

The README is used to introduce the tool and provide instructions on how to install the tool, any machine dependencies it may have and any other information that should be provided before the tool is installed.

GitHub issues Documentation Status GitHub contributors

.. toctree::
    :hidden:

    self

Installation

Debian Linux OS

Navigate to release page download and extract release archive.

To install gen_gtk_pro type the following

tar xvzf gen_gtk_pro-x.y.tar.gz
cd gen_gtk_pro-x.y
cp -R ~/sh_tool/bin/   /root/scripts/gen_gtk_pro/ver.x.y/
cp -R ~/sh_tool/conf/  /root/scripts/gen_gtk_pro/ver.x.y/
cp -R ~/sh_tool/log/   /root/scripts/gen_gtk_pro/ver.x.y/

Or You can use Docker to create image/container.

Dependencies

gen_gtk_pro requires next modules and libraries

Shell tool structure

gen_gtk_pro is based on MOP.

Shell tool structure

sh_tool/
├── bin/
│   ├── center.sh
│   ├── display_logo.sh
│   └── gen_gtk_pro.sh
├── conf/
│   ├── gen_gtk_pro.cfg
│   ├── gen_gtk_pro.logo
│   ├── gen_gtk_pro_util.cfg
│   ├── project_set.cfg
│   └── template/
│       ├── authors.template
│       ├── autogen.template
│       ├── c_editorconfig.template
│       ├── changelog.template
│       ├── configure_ac.template
│       ├── copying.template
│       ├── c_source.template
│       ├── makefile_am_root.template
│       ├── makefile_am_src.template
│       ├── news.template
│       ├── readme.template
│       └── ui.template
└── log/
    └── gen_gtk_pro.log

Copyright and licence

License: GPL v3 License: Apache 2.0

Copyright (C) 2017 - 2024 by vroncevic.github.io/gen_gtk_pro

gen_gtk_pro is free software; you can redistribute it and/or modify it under the same terms as Bash itself, either Bash version 4.2.47 or, at your option, any later version of Bash 4 you may have available.

Lets help and support FSF.

Free Software Foundation

Donate

Indices and tables