blob: 148a3e6149b9a714ea6fbb9e68a0288d42f19240 (
plain)
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
|
# RV7 - preparing since 2025
*Work is being done, we are glad your eyes earn a delight.*
## Build Instructions for the RV7 Enjoying OSMORIANs
> [!IMPORTANT]
> It is important that you have the correct dependencies installed before you attempt
> to build the system, see dependencies section.
First you must bootstrap the project by running ``./boostrap``. The project can then
be configured by running ``./configure``.
Before the system can be built, you must build yourself a toolchain by running
``make toolchain``, this will take awhile but once it is complete the system can be built
with a single ``make``.
## Dependencies
The following is required to be installed to build the system:
- xorriso
- make
- git
- autoconf
- clang
- as
|