diff --git a/wiki/Quickstart.wiki b/wiki/Quickstart.wiki index 20c1c088..ec8de823 100644 --- a/wiki/Quickstart.wiki +++ b/wiki/Quickstart.wiki @@ -64,11 +64,11 @@ Follow these instructions to build CORE from source. Dependencies are automatica == Step 1. Install prerequisite packages == Ubuntu: -`sudo apt-get install bash bridge-utils ebtables iproute libtk-img python tcl8.5 tk8.5 xterm autoconf automake gcc libev-dev make pkg-config python-dev libreadline-dev imagemagick texinfo help2man` +`sudo apt-get install bash bridge-utils ebtables iproute libtk-img python tcl8.5 tk8.5 autoconf automake gcc libev-dev make pkg-config python-dev libreadline-dev imagemagick help2man` Fedora: -`yum install bash bridge-utils ebtables libev python tcl tk tkimg urw-fonts xauth xorg-x11-server-utils xterm autoconf automake gcc libev-devel make pkgconfig python-devel readline-devel texinfo ImageMagick help2man` +`yum install bash bridge-utils ebtables libev python tcl tk tkimg autoconf automake gcc libev-devel make pkgconfig python-devel ImageMagick help2man` This package list comes from [http://pf.itd.nrl.navy.mil/core/core-html/install.html here].