coq-club AT inria.fr
Subject: The Coq mailing list
List archive
- From: "Soegtrop, Michael" <michael.soegtrop AT intel.com>
- To: "coq-club AT inria.fr" <coq-club AT inria.fr>
- Subject: RE: [Coq-Club] building installers
- Date: Fri, 28 Aug 2015 09:42:10 +0000
- Accept-language: de-DE, en-US
- Authentication-results: mail2-smtp-roc.national.inria.fr; spf=None smtp.pra=michael.soegtrop AT intel.com; spf=Pass smtp.mailfrom=michael.soegtrop AT intel.com; spf=None smtp.helo=postmaster AT mga14.intel.com
- Ironport-phdr: 9a23:U6Hj/R1fI9vVqNrosmDT+DRfVm0co7zxezQtwd8ZsegQL/ad9pjvdHbS+e9qxAeQG96LsLQZ2qL/iOPJZy8p2d65qncMcZhBBVcuqP49uEgeOvODElDxN/XwbiY3T4xoXV5h+GynYwAOQJ6tL2PbrnD61zMOABK3bVMzfbSuXNODx+2MlMmMuLTrKz1SgzS8Zb4gZD6Xli728vcsvI15N6wqwQHIqHYbM85fxGdvOE7B102kvpT4r9Zf9HEasPU4ssVETK/SfqIiTLUeAi5sezQ+49Suvh3eRyOO4GEdWyMYiEwbLRLC6USwZZD8vTfgsfI5kAybNs3/QLR+EWCn7qxrQRLszjwAOjEl6mbPos12kK9f5hmmokoskMbvfIiJOa8mLevmdtQASD8ZUw==
Dear Mike,
attached please fine my build notes, which are based on some detailed
instructions I got from Enrico Tassi. I hope it helps.
Best regards,
Michael
Intel Deutschland GmbH
Registered Address: Am Campeon 10-12, 85579 Neubiberg, Germany
Tel: +49 89 99 8853-0, www.intel.de
Managing Directors: Christin Eisenschmid, Prof. Dr. Hermann Eul
Chairperson of the Supervisory Board: Tiffany Doon Silva
Registered Office: Munich
Commercial Register: Amtsgericht Muenchen HRB 186928
Cygwin 32 installation
- Use setup-x86.exe
- Destination Folder: C:\bin\cygwin32
- Internet-explorer OR enter your proxy server and port
- Attention: package folder should be kept separate for cygwin 32 and
cygwin 64
- Additional packages:
wget
git
Extract CoqSDK to C:\
- Download https://coq.inria.fr/distrib/8.5beta1/files/CoqSDK-85-1.zip
- Extract in C:\temp
- Move folder to C:\
Edit C:\bin\cygwin32\etc\wgetrc to enable proxy:
# You can set the default proxies for Wget to use for http, https, and
ftp.
# They will override the value in the environment.
https_proxy = http://<yourptoxyserver>:<port>/
http_proxy = http://<yourptoxyserver>:<port>/
ftp_proxy = http://<yourptoxyserver>:<port>/
# If you do not want to use proxy at all, set this to off.
use_proxy = on
For git this is required in addition (maybe also helps for wget?)
export http_proxy="http://<yourptoxyserver>:<port>"
export https_proxy="http://<yourptoxyserver>:<port>"
export ftp_proxy="http://<yourptoxyserver>:<port>"
From a Cygwin32 Terminal
$ source /cygdrive/c/CoqSDK-85-1/environ
This should be quick. If not, the proxy is not setup properly
This will kill the cygwin terminal. After install is finished, restart a
cygwin shell and run the environ script again
$ source /cygdrive/c/CoqSDK-85-1/environ
/usr/bin/i686-w64-mingw32-gcc
/usr/bin/make
/usr/bin/sed
Good. You can now build Coq and Coqide from cygwin.
Clone Coq repo
git clone https://github.com/coq/coq.git
cd coq
git checkout v8.5
Build win32 installer
dev/make-installer-win32.sh
- [Coq-Club] building installers, Michael Shulman, 08/27/2015
- Re: [Coq-Club] building installers, Enrico Tassi, 08/28/2015
- RE: [Coq-Club] building installers, Soegtrop, Michael, 08/28/2015
- Message not available
- Re: [Coq-Club] building installers, Michael Shulman, 08/28/2015
- Re: [Coq-Club] building installers, Pierre Boutillier, 08/29/2015
- Re: [Coq-Club] building installers, Alan Schmitt, 08/31/2015
- Re: [Coq-Club] building installers, Alan Schmitt, 08/31/2015
- Re: [Coq-Club] building installers, Pierre Boutillier, 08/31/2015
- Re: [Coq-Club] building installers, Alan Schmitt, 08/31/2015
- RE: [Coq-Club] building installers, Soegtrop, Michael, 08/31/2015
- Re: [Coq-Club] building installers, Pierre Boutillier, 08/31/2015
- Message not available
- Re: [Coq-Club] building installers, Michael Shulman, 08/29/2015
- Re: [Coq-Club] building installers, Pierre Boutillier, 08/29/2015
- Re: [Coq-Club] building installers, Michael Shulman, 08/28/2015
Archive powered by MHonArc 2.6.18.