2013-07-22 17:25:49 +00:00
|
|
|
[![Build Status](https://travis-ci.org/leodemoura/lean.png?branch=master)](https://travis-ci.org/leodemoura/lean)
|
2013-08-12 23:23:35 +00:00
|
|
|
Ubuntu 12.04 LTS 64bit, g++-4.8 | clang++-3.3
|
|
|
|
|
|
|
|
[![Build Status](https://travis-ci.org/soonhokong/lean-osx.png?branch=master)](https://travis-ci.org/soonhokong/lean-osx)
|
2013-09-04 21:21:08 +00:00
|
|
|
Mac OS X 10.8.2, g++-4.9
|
2013-07-22 13:36:19 +00:00
|
|
|
|
2013-08-22 23:48:05 +00:00
|
|
|
[![Build Status](https://travis-ci.org/soonhokong/lean-windows.png?branch=master)](https://travis-ci.org/soonhokong/lean-windows)
|
2013-08-22 21:16:20 +00:00
|
|
|
Windows, x86_64-w64-mingw32-g++-4.8.1
|
|
|
|
|
2013-09-13 03:19:07 +00:00
|
|
|
[[Result of Build/UnitTest/Coverage/Dynamic Analysis]][build]
|
2013-09-04 04:55:40 +00:00
|
|
|
|
2013-09-13 03:19:07 +00:00
|
|
|
[build]: http://build.leanprover.net
|
2013-09-04 04:55:40 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
About
|
|
|
|
-----
|
2013-07-25 07:20:39 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
- [Design](doc/design.md)
|
|
|
|
- [To Do list](doc/todo.md)
|
|
|
|
- [Authors](doc/authors.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/)
|
|
|
|
- (optional) [gperftools](https://code.google.com/p/gperftools/)
|
2013-07-25 07:20:39 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
Installing required packages at
|
|
|
|
--------------------------------
|
2013-07-25 07:20:39 +00:00
|
|
|
|
2013-09-13 17:01:40 +00:00
|
|
|
- [Ubuntu 12.04](doc/make/ubuntu-12.04.md)
|
|
|
|
- [Ubuntu 12.04 (detailed)](doc/make/ubuntu-12.04-detailed.md)
|
|
|
|
- [Fedora 19](doc/make/fedora-19.md)
|
|
|
|
- [OS X 10.8](doc/make/osx-10.8.md)
|
|
|
|
- [Cygwin](doc/make/cygwin.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
|
|
|
- [Testing and Code Coverage](doc/make/coverage.md)
|
|
|
|
- Building Doxygen Documentation: `doxygen src/Doxyfile`
|
2013-09-26 02:41:56 +00:00
|
|
|
- [Coding style](doc/coding_style.md)
|
2013-09-26 02:43:42 +00:00
|
|
|
- [Git Commit Convention](doc/commit_convention.md)
|
2013-09-26 02:41:56 +00:00
|
|
|
- [Automatic builds](doc/make/travis.md)
|