<<

gen_gtk_app Documentation Release https://github.com/vroncevic/gen_gtk_app/releases

Vladimir Roncevic

Jun 11, 2021

Contents

1 Installation 3

2 Dependencies 5

3 tool structure 7

4 Copyright and licence 9

5 Indices and tables 11

i ii gen_gtk_app Documentation, Release https://github.com/vroncevic/gen_gtk_app/releases gen_gtk_app is shell tool for generating GTK project. Developed in code: 100%.

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

Contents 1 gen_gtk_app Documentation, Release https://github.com/vroncevic/gen_gtk_app/releases

2 Contents CHAPTER 1

Installation

Navigate to release page download and extract release archive. To install gen_gtk_app the following: tar xvzf gen_gtk_app-x.y.tar.gz gen_gtk_app-x.y cp - ~/sh_tool/bin/ /root/scripts/gen_gtk_app/ver.x.y/ cp -R ~/sh_tool/conf/ /root/scripts/gen_gtk_app/ver.x.y/ cp -R ~/sh_tool/log/ /root/scripts/gen_gtk_app/ver.x.y/

Or You can use Docker to create image/container.

3 gen_gtk_app Documentation, Release https://github.com/vroncevic/gen_gtk_app/releases

4 Chapter 1. Installation CHAPTER 2

Dependencies

gen_gtk_app requires next modules and libraries: • sh_util https://github.com/vroncevic/sh_util

5 gen_gtk_app Documentation, Release https://github.com/vroncevic/gen_gtk_app/releases

6 Chapter 2. Dependencies CHAPTER 3

Shell tool structure

gen_gtk_app is based on MOP. Code structure: sh_tool/ bin/ gen_gtk_app.sh conf/ gen_gtk_app.cfg gen_gtk_app_util.cfg project_set.cfg template/ authors.template autogen.template c_editorconfig.template changelog.template configure_ac.template copying.template c_source.template h_header.template main_source.template makefile_am_root.template makefile_am_src.template news.template readme.template ui.template log/ gen_gtk_app.log

7 gen_gtk_app Documentation, Release https://github.com/vroncevic/gen_gtk_app/releases

8 Chapter 3. Shell tool structure CHAPTER 4

Copyright and licence

Copyright (C) 2017 by vroncevic.github.io/gen_gtk_app gen_gtk_app is ; you can redistribute it and/or modify it under the same terms as Bash itself, either Bash version 4.2.47 or, your option, any later version of Bash 4 you may have available. Lets and support FSF.

9 gen_gtk_app Documentation, Release https://github.com/vroncevic/gen_gtk_app/releases

10 Chapter 4. Copyright and licence CHAPTER 5

Indices and tables

• genindex • modindex • search

11