2016-12-01 21:28:19 +00:00
|
|
|
This is a snapshot of the Lean 0.2 theorem prover.
|
|
|
|
We have this separate repository because this version has special support for Homotopy Type Theory.
|
2014-10-29 00:22:03 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
About
|
|
|
|
-----
|
2016-12-01 21:28:19 +00:00
|
|
|
- [Latest version](https://github.com/leanprover/lean)
|
2016-12-01 21:29:29 +00:00
|
|
|
- [Homepage](http://leanprover.github.io)
|
|
|
|
- Theorem Proving in Lean: [HTML](http://leanprover.github.io/tutorial/index.html), [PDF](http://leanprover.github.io/tutorial/tutorial.pdf)
|
2015-02-28 00:56:51 +00:00
|
|
|
- [Standard Library](library/library.md)
|
2015-03-05 02:06:39 +00:00
|
|
|
- [HoTT Library](hott/hott.md)
|
2016-05-05 23:16:34 +00:00
|
|
|
- [Emacs Mode](src/emacs/README.md)
|
2013-07-25 07:20:39 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
Requirements
|
|
|
|
------------
|
2013-07-25 07:20:39 +00:00
|
|
|
|
2013-09-14 18:37:39 +00:00
|
|
|
- C++11 compatible compiler: [g++](http://gcc.gnu.org/) (version >= 4.8.1), or [clang++](http://clang.llvm.org/cxx_status.html) (version >= 3.3)
|
2013-09-13 17:01:40 +00:00
|
|
|
- [CMake](http://www.cmake.org)
|
|
|
|
- [GMP (GNU multiprecision library)](http://gmplib.org/)
|
|
|
|
- [MPFR (GNU MPFR Library)](http://www.mpfr.org/)
|
2013-11-08 18:43:52 +00:00
|
|
|
- [Lua 5.2 or 5.1](http://www.lua.org), or [LuaJIT 2.0](http://luajit.org)
|
|
|
|
|
2017-05-25 22:23:27 +00:00
|
|
|
Installing
|
|
|
|
----------
|
2013-07-25 07:20:39 +00:00
|
|
|
|
2014-09-26 23:28:46 +00:00
|
|
|
_Windows_
|
|
|
|
|
|
|
|
- [MSys2](doc/make/msys2.md)
|
|
|
|
|
|
|
|
_Linux_
|
|
|
|
|
2017-01-18 21:54:46 +00:00
|
|
|
- [Ubuntu 12.04 or newer (detailed)](doc/make/ubuntu-12.04-detailed.md)
|
2017-05-25 22:23:27 +00:00
|
|
|
- [Ubuntu 12.04 or newer (brief)](doc/make/ubuntu-12.04.md)
|
2013-09-13 17:01:40 +00:00
|
|
|
- [Fedora 19](doc/make/fedora-19.md)
|
2014-09-26 23:28:46 +00:00
|
|
|
|
|
|
|
_OS X_
|
|
|
|
|
2014-08-24 01:15:51 +00:00
|
|
|
- [OS X 10.9](doc/make/osx-10.9.md)
|
2013-08-10 21:32:42 +00:00
|
|
|
|
2013-07-25 07:20:39 +00:00
|
|
|
Build Instructions
|
2013-09-13 17:01:40 +00:00
|
|
|
------------------
|
2013-08-18 03:51:26 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
- [CMake + Make](doc/make/cmake_make.md)
|
|
|
|
- [CMake + Ninja](doc/make/cmake_ninja.md)
|
|
|
|
- [Faster builds with ccache](doc/make/ccache.md)
|
2013-08-18 03:51:26 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
Miscellaneous
|
|
|
|
-------------
|
2013-08-18 03:51:26 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
- Building Doxygen Documentation: `doxygen src/Doxyfile`
|
2014-10-08 15:06:33 +00:00
|
|
|
- [Coding Style](doc/coding_style.md)
|
2015-05-12 04:58:15 +00:00
|
|
|
- [Library Style Conventions](doc/lean/library_style.org)
|
|
|
|
- [Git Commit Conventions](doc/commit_convention.md)
|
2016-05-24 19:32:29 +00:00
|
|
|
- [Syntax Highlight Lean Code in LaTeX](extras/latex/lstlean.md)
|