File: INSTALL.macosx

package info (click to toggle)
coq 8.3.pl4%2Bdfsg-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 18,404 kB
  • sloc: ml: 134,418; lisp: 2,734; ansic: 1,968; sh: 1,215; makefile: 655
file content (30 lines) | stat: -rw-r--r-- 1,181 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
INSTALLATION PROCEDURE FOR THE PRECOMPILED VERSION OF COQ SYSTEM UNDER MACOS X
------------------------------------------------------------------------------

Here comes an bundle version of CoqIdE that you can save anywhere you want on
your disk.

Its main limitation is that double clicking and drap&drop on the application
icon of a .v file won't open the file ! You must use Menu/Ctrl-o to open a
file. (GTK-OSX handles it but lablgtk don't as far as I know.)

An other limitation is that Sortcut aren't MacOS like ! (The question is again
how to make "" throw CaML.)

Notice that "Compile" and "File"/"Export to" menu items should work (modulo
(pdf)latex finding).

if you want to use coqide from your terminal add
 
alias coqide /YOUR_INSTALL_DIRECTORY/CoqIdEv8.3.app/Contents/MacOS/startcoqide 

at your ~/.profile. ("YOUR_INSTALL_DIRECTORY" is often "Applications"). Options
such as -I/-R should work on this setting.

You could also add
/YOUR_INSTALL_DIRECTORY/CoqIdEv8.3.app/Contents/Resources/bin/ at your path to
use coqtop/coq-tex/coq... from any terminal but CAUTION coqide of that directory
won't work.


See up-to-date informations on http://coq.inria.fr/download.