Write Autotools configuration
Add Autotools configuration files for building binaries.
This commit is contained in:
parent
1de5aaf36a
commit
35560c46ea
9 changed files with 188 additions and 0 deletions
37
README
Executable file
37
README
Executable file
|
|
@ -0,0 +1,37 @@
|
|||
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 ---
|
||||
Loading…
Add table
Add a link
Reference in a new issue