This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: How ask a question on Tkgate for Cygwin ?


Hello,
In first, thanks a lot for the really quickly answer,

I'm afraid, I've got a problem with the "make" command and some gaps too. 
In the Cygwin windows, when I run the "make" command, Cygwin answer "command
not found" ("commande introuvable" in French)
Perhaps Cygwin isn't install correctly ?
Thanks in advance,
Cordially,
Rémi,



-----Message d'origine-----
De : David Stacey [mailto:drstacey@tiscali.co.uk] 
Envoyé : dimanche 31 mai 2015 01:01
À : cygwin@cygwin.com
Cc : remi2005@laposte.net
Objet : Re: How ask a question on Tkgate for Cygwin ?

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]