Installing and Updating

If you have not already done so, visit the Download page to get your platform's version of GDAT.

Save the file in your preferred download location.

If needed, extract the zipfile.

GDAT has no direct connection to the internet and therefore does not update automatically. It is up to the user to choose when to update and how often. 

After updating, it is strongly recommended that you “Remove All Templates” and do a fresh “Activate Data Templates”. This will ensure that any changes to templates that are part of the new version will be used for imports. Ensure that you have exported any custom templates first, as these will also be removed.

Windows

Updating

After backing up your existing GDAT database, follow steps 1 to 8 above to update to a newer version of GDAT.  On Windows there is no need to remove a prior version before updating.

Mac

step 4

step 5

Updating

After backing up your existing GDAT database, follow the steps above to update to a newer version of GDAT. You may need to remove the old version before installing the new version. 

Note:
Current evidence indicates that Xojo, the programming base of GDAT, does not work with Parallels. 
See https://docs.xojo.com/Resources:System_Requirements for more information about minimum system requirements.

Linux

This section has been provided by a Linux user who first posted it here on Github.

1. Download the ZIP file for your distribution's architecture. ex. "64 bit"

2. In a terminal navigate to your "Downloads" directory.

3. Extract the file using your preferred archiving tool into your PATH. ex. unzip

unzip 'Linux 64 bit.zip' /home/$USER/.local/bin

4. Navigate to the binary.

cd /home/$USER/.local/bin/Linux\ 64\ bit/Genealogical\ DNA\ Analysis\ Tool/

5. Make the binary executable.

chmod +x Genealogical\ DNA\ Analysis\ Tool/

6. Create a Softlink to easily run the executable from the terminal.

ln -s /home/$USER/.local/bin/Linux\ 64\ bit/Genealogical\ DNA\ Analysis\ Tool/Genealogical\ DNA\ Analysis\ Tool /home/$USER/.local/bin/gdat

7. Run from the terminal and detached if the link is located within $PATH.

gdat &

Simply changing the name of the binary will result in an error.

(Tested on Debian 11.3 Stable requiring no additional dependencies. 4 Jan 2023)