11 lines
640 B
Plaintext
11 lines
640 B
Plaintext
How to install the retro image set into an existing server:
|
|
|
|
1. Apply image_info.patch and merge the folders of images into an existing arch directory.
|
|
2. Apply Makefile.server.lib.am.patch to lib/Makefile.am in the server code.
|
|
3. Run autogen.sh at the top level of the server to regenerate the Makefiles.
|
|
4. Ensure that there is a link to arch (or your arch folder is directly stored) in the lib folder.
|
|
5. Run `make do-collect` from the lib folder of the server.
|
|
6. Run `make` and `make install` with appropriate permissions at the top level of the server.
|
|
This will copy the compiled image file to the installed data directory.
|
|
|