Skip to Content.
Sympa Menu

coq-club - [Coq-Club] building installers

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] building installers


Chronological Thread 
  • From: Michael Shulman <shulman AT sandiego.edu>
  • To: Coq Club <coq-club AT inria.fr>
  • Subject: [Coq-Club] building installers
  • Date: Thu, 27 Aug 2015 08:33:59 -0700
  • Authentication-results: mail3-smtp-sop.national.inria.fr; spf=None smtp.pra=viritrilbia AT gmail.com; spf=Pass smtp.mailfrom=viritrilbia AT gmail.com; spf=None smtp.helo=postmaster AT mail-la0-f51.google.com
  • Ironport-phdr: 9a23:LRNikxMGDkgpOr3gXfEl6mtUPXoX/o7sNwtQ0KIMzox0KPv5rarrMEGX3/hxlliBBdydsKIfzbSK+PCxEUU7or+/81k6OKRWUBEEjchE1ycBO+WiTXPBEfjxciYhF95DXlI2t1uyMExSBdqsLwaK+i760zceF13FOBZvIaytQ8iJ35/xibz5q8ybSj4LrQT+SIs6FA+xowTVu5teqqpZAYF19CH0pGBVcf9d32JiKAHbtR/94sCt4MwrqHwI6LoJvvRNWqTifqk+UacQTHF/azh0t4XXskzoShLHzX8BWC1CmR1RRgPB8RvSX5HrsyK8uPAriweAOsijaLE/WT2v6+9QSALsjS4Bf2oi8HzTj8V2pLlSph6gqhN4hYPYfdfGZ7JFYqrBcIZCFiJ6VcFLWnkEW9vkYg==

Is it possible to build the MSWin and/or MacOS binary installers for
Coq on a Linux machine?

An older version of README.win mentioned the possibility of
cross-compiling with mingw, but that's now been replaced with
instructions for building the installer on windows (although I do not
understand the instruction to "Download and unzip in C:\ the SDK for
windows"; the URL https://coq.inria.fr/distrib/current/files/ given
does not list any file labeled "SDK").

I have not been able to find any documentation about building the
MacOS installer at all.

(Reason for my question: I am planning to have my students in a logic
class use Coq, but with only a small set of tactics that I have
written myself to match the proof strategies taught in our textbook.
I would like to customize the "Tactics" menu in CoqIDE so that it will
show these tactics (and only these), so that the students can enter
them by point-and-click instead of having to remember their names and
type them in. The Tactics menu is hard-coded in ML, but it seems
fairly easy to modify the source code; however I don't want to ask my
students to compile Coq from source themselves!)

Thanks,
Mike



Archive powered by MHonArc 2.6.18.

Top of Page