This is the mail archive of the cygwin-apps 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: questions on using cygport, first steps


On 9/11/2013 10:01, Yue Ren wrote:

$ cygport Singular-4-0-0.cygport compile

Why did you start with 'compile'? I mean, what documentation did you read that lead you to believe that's the correct starting point? (I'm assuming you *did* RTFM: /usr/share/doc/cygport/manual.html.)

The correct starting point is:

    $ cygport Singular-4-0-0.cygport all

The 'all' command runs download, prep, compile, install, package, and finish, in that order. (Maybe test, too.) You will fail at 'download' if SRC_URI isn't set correctly.

It's not terribly coherent with regard to your perspective, but this answer I wrote on SO should at least get you oriented a bit better:

    http://stackoverflow.com/questions/11619415/#11678875


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