Skip to content
This repository has been archived by the owner on Nov 5, 2021. It is now read-only.

Commit

Permalink
Added instructions to build Isabelle
Browse files Browse the repository at this point in the history
  • Loading branch information
TheMC47 authored Sep 8, 2021
1 parent 81d24d3 commit 4818003
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,15 @@ A linter for Isabelle. Developed for my bachelor's thesis at the Chair for Logic

### Setup
1. Checkout Isabelle submodule: `git submodule init && git submodule update`
2. Compile the linter: `./sbt "project linter" assembly`
3. For jEdit support: Patch jEdit jars: `./patch_jedit`
4. For the tool support: `isabelle/bin/isabelle components -u linter/target`
2. Build Isabelle
```
./isabelle/bin/isabelle components -a
./isabelle/bin/isabelle components -I
./isabelle/bin/isabelle build
```
3. Compile the linter: `./sbt "project linter" assembly`
4. For jEdit support: Patch jEdit jars: `./patch_jedit`
5. For the tool support: `isabelle/bin/isabelle components -u linter/target`

### Usage
- jEdit: `isabelle/bin/isabelle jedit -e`
Expand Down

0 comments on commit 4818003

Please sign in to comment.