https://tech.lds.org/forum/viewtopic.php?f=143&t=19508#Save this as a script, make it executable, run it, and it should download, apply a patch, and install on 64 bit Ubuntu 14.04.
http://hostcode.sourceforge.net/view/2140.txt
qui10001
Thanks to that individual I got it working. The URL above leads to the discussion where he shares this insight.
Once you click on the link, you will need to copy and paste the text or save the text as a .sh file. For example, I named mine "family.sh". I saved it in my Documents folder. The following commands got it up and running for me without a hitch on a 64bit Ubuntu 14.04 VM:
1) cd /home/<inser your pc name or username>/Documents
2) bash family.sh
Below is an alternate route the does the same (from what I understand):
1) cd /home/<inser your pc name or username>/Documents
2) chmod +x family.sh
3) ./family.sh
I hope this helps someone out there! This is just what I found that works and figured I'd share with everyone. Have a great day!
