mirror of
https://github.com/leanprover/lean4.git
synced 2026-03-17 10:24:07 +00:00
27741e4fd7d8274a5f9f2054de4b194e9a50dc5d
feat(script): add script for fetching dependencies from https://github.com/leanprover/emacs-dependencies.git
| License | Windows | Ubuntu | OS X | Coverage | Builds/Tests | Static Analysis |
|---|---|---|---|---|---|---|
![]() |
![]() |
![]() |
![]() |
About
- Theorem Proving in Lean: HTML, PDF
- Authors
- Library
- Short Tutorial
- To Do list
Requirements
- C++11 compatible compiler: g++ (version >= 4.8.1), or clang++ (version >= 3.3)
- CMake
- GMP (GNU multiprecision library)
- MPFR (GNU MPFR Library)
- Lua 5.2 or 5.1, or LuaJIT 2.0
- (optional) gperftools
- (optional) Boost (version >= 1.54), we can build Lean using boost::thread instead of std::thread. When using Boost, Lean can modify the thread stack size.
Installing required packages at
Windows
Linux
OS X
Build Instructions
Miscellaneous
- Testing and Code Coverage
- Building Doxygen Documentation:
doxygen src/Doxyfile - Coding Style
- Git Commit Convention
- Automatic Builds
- Syntax Highlight Lean Code in LaTeX
Languages
Lean
94.3%
C++
4.1%
Python
0.6%
Shell
0.4%
CMake
0.3%



