You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2Lines changed: 13 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,17 @@
1
1
# BreakID
2
2
A new symmetry detecting and breaking library. This is based on Jo Devriendt's [BreakID code](https://bitbucket.org/krr/breakid/src/master/). It has been re-licensed by the original author to be MIT and hence it's realeased as MIT here. All modifications by Mate Soos.
3
3
4
+
## Compiling
4
5
5
-
## Compile & Run
6
+
Use of the [release binaries](https://github.com/meelgroup/ganak/releases) is
7
+
encouraged. The second best thing to use is Nix. Simply [install
8
+
nix](https://nixos.org/download/) and then:
9
+
```shell
10
+
nix profile install github:meelgroup/breakid
11
+
```
12
+
13
+
Then you will have `breakid` binary available and ready to use. Otherwise,
0 commit comments