75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
-
+
|
The configuration process will fail if you do not give the `--prefix` option because `/opt` isn't present on FreeBSD by default. Rather than create that subtree, a more "native" FreeBSD configuration would be:
$ ./configure --prefix=/usr/local/pidp8i
There is a [FreeBSD build for the Pi][fbpi], but we believe it [will not work with the front-panel hardware](/tktview?name=856225858e). You are more than welcome to fix this and [send us a patch](/doc/trunk/CONTRIBUTING.md#patches).
[fbpi]: https://wiki.freebsd.org/FreeBSD/arm/Raspberry%20Pi
[fbpi]: https://wiki.freebsd.org/arm/Raspberry%20Pi
# Windows
The PiDP-8/I software's build system requires a POSIX type environment. There are several ways to add that to Windows:
|