File: README

package info (click to toggle)
gambas3 3.20.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 77,208 kB
  • sloc: ansic: 197,232; cpp: 124,273; sh: 18,999; javascript: 7,761; sql: 5,399; makefile: 2,358; perl: 1,397; xml: 490; python: 335
file content (34 lines) | stat: -rw-r--r-- 1,168 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
COMPONENT DIRECTORY TEMPLATE

Here you will find the 'make-component' script, that creates a initial 
component source directory from a configuration file located in the 
'conf' directory.

BE CAREFUL! This template only works inside the complete gambas source 
package structure.

For example, let suppose you want to make a component named 'gb.test',
based on the well known 'test' library:

1) Copy the file 'TEMPLATE.conf' in the 'conf' directory, and rename it
   as 'gb.test.conf'
   
2) Open a terminal, with the current directory being the one where
   the 'make-component' script is located. This is important, because
   otherwise the script won't work.
   
3) Edit the file 'gb.test.conf', and replaces the value of each
   '#define' directive by the appropriate ones. Each directive has
   a commentary that explains its role.
   
4) Once done, run './make-component gb.test'.

5) If everything is ok, you will find a new component directory in the
   parent directory named gb.test, with all needed files and symbolic
   links ready to be build: configure.ac, Makefile.am, ...
   
If something is weird, tell me on the gambas mailing-list!

BenoƮt.