From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by befuddled.reisers.ca (Postfix, from userid 65534) id 621F11EFCEC; Wed, 31 Aug 2016 16:41:44 -0400 (EDT) Received: from mail-pf0-x22f.google.com (mail-pf0-x22f.google.com [IPv6:2607:f8b0:400e:c00::22f]) by befuddled.reisers.ca (Postfix) with ESMTPS id BE6621EFCCA for ; Wed, 31 Aug 2016 16:41:42 -0400 (EDT) Received: by mail-pf0-x22f.google.com with SMTP id x72so22987678pfd.2 for ; Wed, 31 Aug 2016 13:41:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=message-id:from:to:subject:date:mime-version :content-transfer-encoding; bh=i9TISMeWG7ZmfbUZ9WJegfiSEADTe2vJgkY9r7j90Hg=; b=x2+Vo8mEEf6jYI+49/2r3lEhc33mYbQm1e+BrfN6NbmtVuGtbGUNMPZ00wcMgd3anb p2qtGS4tJNpgDIK8oqbG4bAannAllKLIlCsbzL+e5iWhN9/SYbfBYI6LRiEamymrCKKF nEBUchNM0yvbTywjD+Bj5zZYP34jbn851FDbJTe2zXkq+eBe37wxW/zGfabuQAOinhWz 2Fhi/lmU59tw/kDVKC2Pj4+FO3rOZ6hJgiGgDtKfwsnB5U4WPzcqccOjkuEnCQ97S2Ac v4ULazgpqbohbwX736FOtG4l3fUMQvNrbEUVRaNo5Yu4QoSJQACkoU+ykRfzpFwnoGoQ UYhg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:message-id:from:to:subject:date:mime-version :content-transfer-encoding; bh=i9TISMeWG7ZmfbUZ9WJegfiSEADTe2vJgkY9r7j90Hg=; b=dTiO17OvopghW2KB2d+gpthrfhNnbz+1klQa0hMR/E/qi71PHzzTgLG82EqsAd9roj D/y7P4pkxLELTMYQBXN3cSCj2BYXN160A1FTpYNyMchxtgi+kb6k7x1uHRNfzgxzu+HJ gbEUq1nL2gjC+bzkH2hO6hLWDNWlFV52KVGJSrP7s2+d7Kt4uRW+Ne2MAjLWSZQtdYnQ s2RWWLH6z/e/06B3uISJy7o+ZditXV+o2zHp040moV3GUk3zkV51KChhmRQYmT2OOL/Q /diNdr6PifbrcwLGl+J35VKXtmsxTs/FfxVBpLTu2q+mhXLVYhOxmFh+YCclv0RCdghB FtMw== X-Gm-Message-State: AE9vXwNLkdBAe83vjs0+M9AfCwG7iArqnMIiCqcKstBeVtkzi1BtzELjYgKtXdeI4KLe6w== X-Received: by 10.98.62.144 with SMTP id y16mr20608376pfj.9.1472676097567; Wed, 31 Aug 2016 13:41:37 -0700 (PDT) Received: from [192.168.1.117] (71-8-135-6.dhcp.stcd.mn.charter.com. [71.8.135.6]) by smtp.gmail.com with ESMTPSA id p9sm1816661pfj.3.2016.08.31.13.41.36 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 31 Aug 2016 13:41:36 -0700 (PDT) Message-ID: <20160831.204105.450.24@[192.168.1.117]> From: "Rob" To: "Speakup is a screen review system for Linux." Subject: eSpeakup Source Tarball Date: Wed, 31 Aug 2016 15:41:05 -0500 MIME-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: quoted-printable X-Mailer: POP Peeper (4.2.0.0) X-Bogosity: Ham, tests=bogofilter, spamicity=0.000000, version=1.2.4 X-BeenThere: speakup@linux-speakup.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: "Speakup is a screen review system for Linux." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 31 Aug 2016 20:41:44 -0000 I am working on writing up a hint for LFS (Linux from Scratch) on enabling = speakup, and am now at the part where we install eSpeak and eSpeakup. I found a download link for the old eSpeak on sourceforge. I am not using = espeak-ng, because it is only available on github and you need their = client to clone repositories. Since we are installing things before = booting into the new system, I want to keep the number of steps as low as = possible. So is there a tarball somewhere for eSpeakup that I can just use a wget = command for? Thank you guys.