Girl is an online glossaries managner.
Execute following commands:
$ git clone https://github.com/1995hnagamin/girl.git
$ cd girl
$ mkdir build
$ cd build
$ cmake ../
$ make
$ make install
Default install path is /usr/local. To install them to another path,
$ cmake -DCMAKE_INSTALL_PREFIX=/where/you/want/to/install/ ..
Append following line to ~/.*shrc:
export GIRLPATH=where/you/want/to/put/glossaries
girl <word>
For more information, see doc/.