Hi all,
I have implemented --sqlite3 option for gtags(1), which uses
SQLite3 API instead of Berkerey DB API. Though it is not so fast,
it works by sufficient efficiency and functions more effectively
with the --single-update option.

To use it, please do as follows:

0. Install sqlite3 if your system does not have it.

1. Fetch the latest GLOBAL from the repository.

2. Build GLOBAL using --with-sqlite3 option.

        $ ./configure --with-sqlite3
        $ make

3. Execute gtags with --sqlite3 option.

        $ gtags --sqlite3

Comments and bug reports are welcome.
Thanks.

Shigio
-- 
Shigio YAMAGUCHI <[email protected]>
PGP fingerprint: D1CB 0B89 B346 4AB6 5663  C4B6 3CA5 BBB3 57BE DDA3
_______________________________________________
Bug-global mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-global

Reply via email to