oh-my-git icon indicating copy to clipboard operation
oh-my-git copied to clipboard

Add instructions to build from source

Open kemelzaidan opened this issue 2 years ago • 2 comments

Hi,

it would be awesome to add some instructions to build it from source. It would allow packagers to create packages for different distributions and add the game to their repository.

Thanks,

Kemel Zaidan

kemelzaidan avatar Sep 22 '23 14:09 kemelzaidan

Look in the Makefile! Work pretty well.

matinfo avatar Nov 20 '23 12:11 matinfo

Is this also working for Linux? cause it doesnt seem to want to build in linux. or im missing some default configs?

ERROR: Cannot export project with preset "Linux" due to configuration errors:
No export template found at the expected path:
/home/codeasm/.local/share/godot3/templates/3.5.3.stable/linux_x11_64_debug
No export template found at the expected path:
/home/codeasm/.local/share/godot3/templates/3.5.3.stable/linux_x11_64_release

   at: _fs_changed (editor/editor_node.cpp:806)
ERROR: Project export for preset "Linux" failed.
   at: _fs_changed (editor/editor_node.cpp:822)
make: *** [Makefile:7: linux] Error 1

$ godot3 project.godot

Did kinda work, could run it from there. (F5)

CodeAsm avatar Apr 20 '24 16:04 CodeAsm