So, I removed the binary and followed the HowTo documentation at http://www.xastir.org/wiki/index.php/HowTo:Ubuntu_9.04 to compile the libraries and Xastir. Thanks to Kevin KB9MQU for the HowTo. Went pretty well but, if you don't have a lot of RAM then close all other applications before trying to compile.
Maps
Hmm, maps of the UK are a bit patchy but try these at http://www.crosscountrywireless.net/aprs_map.htm
Don't forget to change the permissions of the files.
In Xastir copy the folder or files into the maps folder in /usr/local/share/xastir/maps or /usr/share/xastir/maps depending on the version of Linux.
In bash type, as root:
Code:
cd /usr/share/xastir/maps
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -user g0twn -exec chown -R root:root {} \;
find . -type d -exec chmod 755 {} \;
find . -type f -exec chmod 644 {} \;
find . -user g0twn -exec chown -R root:root {} \;
Change my user g0twn in the above, to the user used to download the image files.
Refresh the maps in Xastir using Map, Configure, Index: Reindex ALL Maps! Note that only the small scale maps can be used with Xastir.
Using UIView maps with XASTIR
See ZL3AME's blog at http://zl3ame.blogspot.com/2008/11/using-uiview-maps-with-xastir.html
No comments:
Post a Comment