https://github.com/leanprover/macports
macports repository for Lean
https://github.com/leanprover/macports
Last synced: about 1 year ago
JSON representation
macports repository for Lean
- Host: GitHub
- URL: https://github.com/leanprover/macports
- Owner: leanprover
- Archived: true
- Created: 2015-03-03T04:17:26.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2018-05-07T18:45:28.000Z (about 8 years ago)
- Last Synced: 2025-02-16T23:42:05.470Z (over 1 year ago)
- Language: Shell
- Homepage: https://www.macports.org
- Size: 189 KB
- Stars: 1
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Macports Repository for Lean [](https://travis-ci.org/leanprover/macports)
============================
How to Use
----------
1. Edit `/opt/local/etc/macports/sources.conf` (admin privilege required) and add the following line before the default source (one starting with `rsync`):
```
https://leanprover.github.io/macports/ports.tar
```
2. Sync Macports:
```bash
sudo port -v sync
```
3. Install Lean:
```bash
sudo port install lean
```
**Installation is in** `/opt/local`.
How to Maintain
---------------
- Follow the above installation instructions. `update.sh` script assumes that there is a pre-installed macport version of Lean and tries to upgrade it to the latest version.
- Run `update.sh`, if necessary use `-f` option to force upgrade.