17 lines
498 B
Text
17 lines
498 B
Text
|
|
You can build your own FREAX distribution,
|
|
assuming that you have the system requirements:
|
|
- 1Ridav's Archiver must be present on your
|
|
system and the receiver's system
|
|
|
|
Run these commands in the shell:
|
|
archiver zip / <name> rom <build directory>
|
|
mv <name>.arch <build directory>
|
|
|
|
To install, run this command:
|
|
<archiver path> unzip <name>.arch /
|
|
|
|
Alternatively, you can download the
|
|
'freax-buildtools' package and type 'buildtool'
|
|
in the console - it will automatically build a
|
|
system image.
|