X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=sPWRZwzTmDKKIF6L w8HE4VqyEjMyq/H3X/G4VhueV/KzkWl6PxJgPgi+i/6N12iQnntPzIuKGD3uUAvP 5tPwtERa/R9EWA1MJRM5moqn4ux7BfIFHHQYpZQ40uQEq+r/AIlxdCD4kjmAx3+a kBkGFD2589aAWFZBGzkcvybjNJU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :cc:subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=+KPXYU5iq2cWYiBClnJ7Lr rorpo=; b=ZMZCIzAaDibBJZJ5CeO8dU6kH580mSoLwcoprilJDGa4M/Wm499agW N2Gx8DgtZTUnC1pxJaVhKf8zYnVi+p73DALTgM95/FH7bJV0odbYF1kKtUnp+JMZ hs+J/24ZADiBYAtwahLclLHkDxTRfxzMxkJ7/DcoSGY16huFxJ6Wg= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=2.7 required=5.0 tests=AWL,BAYES_50,FREEMAIL_FROM,KAM_COUK,SPF_PASS autolearn=no version=3.3.2 X-HELO: out.ipsmtp3nec.opaltelecom.net X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: A2CXAQDeP2pV/+Jd0lUNT4NkXsAchXIDAgKBeAEBAQEBAYUuAQEEMgEFLxEBEAsIEAkWDwkDAgECAUUTAQcBAQWIMbBoh0ScYAEBAQEBAQQBAQEBAQEBG4tDhQYHFoQXBZBOhnGIBj6RcoMMTYQcbgEBgkUBAQE X-IPAS-Result: A2CXAQDeP2pV/+Jd0lUNT4NkXsAchXIDAgKBeAEBAQEBAYUuAQEEMgEFLxEBEAsIEAkWDwkDAgECAUUTAQcBAQWIMbBoh0ScYAEBAQEBAQQBAQEBAQEBG4tDhQYHFoQXBZBOhnGIBj6RcoMMTYQcbgEBgkUBAQE Message-ID: <556A4125.4000400@tiscali.co.uk> Date: Sun, 31 May 2015 00:00:53 +0100 From: David Stacey Reply-To: cygwin AT cygwin DOT com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: cygwin AT cygwin DOT com CC: remi2005 AT laposte DOT net Subject: Re: How ask a question on Tkgate for Cygwin ? References: In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes On 29/05/2015 22:23, Rémi Anjou wrote: > What is the procedure to install Tkgate with the Cygwin version 2.871 ? tkgate isn't present as a Cygwin package, so you will have to build it from source yourself. tkgate compiles out of the box under Cygwin. However, Fedora carries four patches [1], and you may consider looking at these to see if they are applicable for Cygwin. Here are the commands I used to compile tkgate: wget http://www.tkgate.org/downloads/tkgate-2.0-b10.tgz tar -xf tkgate-2.0-b10.tgz cd tkgate-2.0-b10/ ./configure make Then I ran the application like this: XWin -multiwindow & export DISPLAY=:0.0 ./src/tkgate/tkgate & The tkgate application started, and I was presented with a window containing a number of electrical circuit diagrams. However, tkgate isn't an application I'm familiar with, so I stopped there. You could also install it into your Cygwin installation (although I didn't try this): make install make install.man Hope this helps, Dave. [1] - http://pkgs.fedoraproject.org/cgit/tkgate.git/tree/ -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple