40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
|
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
|
-
+
+
+
|
* `fossil uv sync`
## Raspberry Pi
* `./configure`
* Edit Makefile so that instead of -lssl and -lcrypto
there are complete paths to the libssl.a and
libcrypto.a files.
libcrypto.a files: <ul>
<li> /usr/lib/arm-linux-gnueabihf/libssl.a
<li> /usr/lib/arm-linux-gnueabihf/libcrypto.a</ul>
* `CFLAGS="-Os" make -e clean fossil && strip fossil`
* `tar czf fossil-pi-$VERSION.tar.gz fossil`
* `fossil uv add fossil-pi-$VERSION.tar.gz`
* `fossil uv sync`
## Windows 32-bit using MINGW
|