The Linux binaries have been compiled under Ubuntu.
Unpack the file by right clicking on it, and choosing "Extract all". Afterwards you can move the top glindra folder to some suitable place in your directory structure. We will call that folder "...\" in the following instructions.
Either
- add the folder ...\glindra\bin\ to the system path
Unpack the file with the command
> tar xzvf glindra_0_4_0Afterwards you can move the top glindra directory to some suitable place in your directory structure. We will call that directory ".../" in the following instructions.
Either
- add the directory .../glindra/bin/ to the system path
> d '***' -totals -nodir
14.7 Mb /home/chris/glindra/bin/
362 kb /home/chris/glindra/doc/
2 kb /home/chris/glindra/linux/build/
2 kb /home/chris/glindra/par/
33 kb /home/chris/glindra/src/
7 kb /home/chris/glindra/src/glindra/
97 kb /home/chris/glindra/src/glindra/lib0/
370 kb /home/chris/glindra/src/glindra/lib1/
321 kb /home/chris/glindra/src/glindra/lib2/
23 kb /home/chris/glindra/src/main/
29 kb /home/chris/glindra/src/test/
2 kb /home/chris/glindra/win32/build/
----------
16.0 Mb grand total, 170 files in 12 directories
> d bin\ -nodate
Directory of ...\glindra\bin\
2.2 Mb cop.exe
2.3 Mb d.exe
2.2 Mb dele.exe
2.2 Mb filter.exe
2.2 Mb pu.exe
2.2 Mb rena.exe
2.3 Mb se.exe
----------
13.2 Mb total, 6 files
Similarly for Linux, the .tar.gz file contains the pre-compiled Linux binaries in glindra/bin:
> d bin/ -nodate
Directory of /home/chris/release/glindra/bin/
2.1 Mb cop
2.2 Mb d
2.1 Mb dele
2.2 Mb filter
2.1 Mb pu
2.1 Mb rena
2.2 Mb se
----------
14.7 Mb total, 7 files
This documentation can be found in the folder .../glindra/doc/ as a number of ordinary HTML files.
The most current version of the documentation is also available at http://doc.glindra.org
The C++ source code can be found in .../glindra/src/***, that is, in folder .../glindra/src/ and its subfolders. Instructions on how to compile the source code and build the programs can be found on the page Compiling Glindra From Source.