No description https://www.delay.cloud/
Find a file
2024-05-03 22:04:18 -04:00
docs Modify Autotools scripts 2024-05-03 22:00:06 -04:00
src Fix comment 2024-05-03 22:04:18 -04:00
.gitattributes Add initial sources 2024-05-03 19:03:28 -04:00
.gitignore Modify comment 2024-05-03 22:00:36 -04:00
AUTHORS Write Autotools configuration 2024-05-03 19:42:35 -04:00
build.sh Modify Autotools scripts 2024-05-03 22:00:06 -04:00
CHANGELOG Write Autotools configuration 2024-05-03 19:42:35 -04:00
configure.ac Modify comment 2024-05-03 22:00:36 -04:00
extension_api.json Add initial sources 2024-05-03 19:03:28 -04:00
icon.svg Add initial sources 2024-05-03 19:03:28 -04:00
icon.svg.import Add initial sources 2024-05-03 19:03:28 -04:00
LICENSE Add initial sources 2024-05-03 19:03:28 -04:00
Makefile.am Write Autotools configuration 2024-05-03 19:42:35 -04:00
project.godot Add initial sources 2024-05-03 19:03:28 -04:00
README Write Autotools configuration 2024-05-03 19:42:35 -04:00
TODO Write Autotools configuration 2024-05-03 19:42:35 -04:00

RTR
===

    RTR source repository.

Dependencies
------------

    The following dependencies will need to be installed as per the instructions
for your system; heavily shared library-oriented systems may need all of these
installed to run the compiled binary.

    - Godot
    - Vulkan

Build
-----

    The recommended build procedure requires the following installations:
        - Git
        - GNU Autotools
        - UNIX Shell

    1.) Install the dependencies listed above.

    2.) Clone this repository with all submodules.
        a.) Run the following command:
            git clone --recurse-submodules -j8 -b {branch} {URL to this
            repository}
                No submodules have been added yet.

    3.) Run "build.sh" within a UNIX shell.

    Project organized in conformance to the Straightforward C Project Standard 5
(SCPS5).

--- end of README ---