- apt-get install build-essential
- Download BLAT source
- remove the -Werror compiler flag to treat warnings as errors
- mkdir -p ~/bin/x86_64
- export MACHTYPE=x86_64
- make
Step (3) above requires editing the /inc/common.mk file, line 17 goes from
HG_WARN_ERR = -DJK_WARN -Wall -Werror
to
HG_WARN_ERR = -DJK_WARN -Wall
Make places the executables into ~/bin/x86_64 directory. Either add this to $PATH or copy the files to /usr/local/bin