Skip to content

Instantly share code, notes, and snippets.

@devinrhode2
Forked from eThikas/tcpick-mac-install.sh
Created June 10, 2015 17:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devinrhode2/5acf4f3798219039a4f7 to your computer and use it in GitHub Desktop.
Save devinrhode2/5acf4f3798219039a4f7 to your computer and use it in GitHub Desktop.
#!/bin/bash
mkdir temp
cd temp
wget http://downloads.sourceforge.net/project/tcpick/tcpick/0.2.1/tcpick-0.2.1.tar.gz
tar zxvf tcpick-0.2.1.tar.gz
cd tcpick-0.2.1
CFLAGS="-m32 --std=c89" ./configure
echo "char *lookup();" >> src/lookup.h
make
sudo make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment