I think that using Homebrew for installing coq is a convenient way of downloading and installing coq on mac OS X. I've just tried it for myself, and it seems to be working fine with the right versions (8.4pl5). Maybe this can be instructed in the course instruction manuals.
With Homebrew installed, all you have to do is
$ brew install coq
and if you want to install opam, it can be done by
$ brew install opam
It seems like the steps like ./configure .. and make world are all included in $ brew install coq as well. No extra bash settings to do.
It's just a small suggestion that seems like a fine solution that does all the work for you.
+ Just for sharing!I'm personally a vim user, so for those like me, coq.vim seems like a decent vim pathogen plugin for syntax highlighting + indentation.
CoqIDE looks better for this class
I think that using Homebrew for installing coq is a convenient way of downloading and installing coq on mac OS X. I've just tried it for myself, and it seems to be working fine with the right versions (8.4pl5). Maybe this can be instructed in the course instruction manuals. With Homebrew installed, all you have to do is
and if you want to install opam, it can be done by
It seems like the steps like
./configure ..
andmake world
are all included in$ brew install coq
as well. No extra bash settings to do. It's just a small suggestion that seems like a fine solution that does all the work for you.