-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL
69 lines (45 loc) · 1.95 KB
/
INSTALL
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
INSTALLATION
Octans is a program to solve Algot's Wordplay
(Wordsearch) puzzles
Andinus
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
Table of Contents
─────────────────
1. Release
2. From Source
Octans is released to CPAN, you can get it from there or install it from
source. In any case, `zef' is required to install the distribution.
You can run Octans without `zef'. Just run `raku -Ilib bin/octans' from
within the source directory.
• *Note*: Octans requires `WWW' module. You can however chose to not
install it if you wish to run it locally. Checkout the `without-www'
branch.
1 Release
═════════
1. Run `zef install octans'.
Octans should be installed, try running `octans --version' to confirm.
2 From Source
═════════════
You can either download the release archive generated by cgit/GitHub
or clone the project if you have `git' installed.
2.1 Without `git'
─────────────────
1. Download the release:
• <https://git.tilde.institute/andinus/octans>
• <https://github.com/andinus/octans/releases>
2. Extract the file.
3. Run `zef install .' in source directory.
2.2 With `git'
──────────────
All commits will be signed by my [PGP Key].
┌────
│ # Clone the project.
│ git clone https://git.tilde.institute/andinus/octans
│ cd octans
│
│ # Install octans.
│ zef install .
└────
[PGP Key]
<https://andinus.nand.sh/static/D9AE4AEEE1F1B3598E81D9DFB67D55D482A799FD.asc>