mirror of
https://github.com/Relintai/pandemonium_engine_minimal.git
synced 2024-11-10 20:12:10 +01:00
12 lines
342 B
Makefile
12 lines
342 B
Makefile
all:
|
|
@echo
|
|
@echo FRT is not meant to be compiled stand alone out of the box.
|
|
@echo You need to put it in the \"platform\" directory of godot and use
|
|
@echo scons as usual.
|
|
@echo
|
|
@echo For example, from the main top level godot directory, type:
|
|
@echo
|
|
@echo " " scons platform=frt target=release tools=no frt_arch=pi3
|
|
@echo
|
|
@echo
|