Mirror of https://github.com/leanprover/lean2 in case it ever disappears
Find a file
Soonho Kong d950338980 fix(bin/linja): which does not look for 'sbin'
Ubuntu-12/14 has two packages which provide a binary file `ninja`:

 1. ninja : http://forkbomb.org/ninja/
 2. ninja-build : http://martine.github.io/ninja/

We had a case where a user has ninja installed instead of ninja-build,
then linja confuses that it has ninja-build and tries to use it.

This commit excludes a directory whose name includes "sbin" in finding a
system program. As a result, `which` will not find ninja[1] which
resides at /usr/sbin.
2015-03-24 11:13:14 -04:00
bin fix(bin/linja): which does not look for 'sbin' 2015-03-24 11:13:14 -04:00
doc chore(doc/lean/lexical): remove obsolete documentation from Lean 0.1 2015-03-06 14:22:05 -08:00
examples feat(CMakeLists): add basic example to binary distribution package 2015-01-14 10:39:07 -08:00
hott feat(hott/algebra/precategory/nat_trans): reduce compilation time using rewrite tactic 2015-03-23 19:55:01 -07:00
images chore(CMakeLists.txt): move Lean logo to make sure we can test leanemacs without installing Lean 2015-01-31 17:38:49 -08:00
library feat(frontends/lean): add 'migrate' command 2015-03-14 21:48:00 -07:00
script style(hott/algebra): rename theorems in the HoTT category libraries 2015-02-28 01:16:23 -05:00
src fix(library/tactic/exact_tactic): segfault when accessing head of empty list 2015-03-23 19:00:01 -07:00
tests fix(library/tactic/rewrite_tactic): apply substitution before trying to rewrite 2015-03-23 18:32:52 -07:00
.gitignore feat(bin): add linja.in and LEAN_BIN_DEP cmake option 2015-02-04 15:46:08 -08:00
.travis.osx.yml chore(.travis.osx.yml): add configurations using clang++ 2014-10-06 14:45:28 -07:00
.travis.windows.yml feat(build): add 'CROSS_COMPILE' cmake option 2014-09-26 09:26:40 -07:00
.travis.yml chore(.travis.yml): remove memcheck builds from travis-ci 2015-03-05 15:20:00 -05:00
LICENSE Add LICENSE file 2013-07-15 18:55:48 -07:00
README.md feat(*.md): create markdown files for HoTT library, update ones in standard library 2015-03-04 18:33:18 -08:00

logo

LicenseWindowsUbuntuOS XCoverageBuilds/TestsStatic Analysis
Coverity Scan Build Status

Issue Stats Issue Stats

About

Requirements

Installing required packages at

Windows

Linux

OS X

Build Instructions

Miscellaneous