writeas-gtk icon indicating copy to clipboard operation
writeas-gtk copied to clipboard

Build broken from tarball download

Open SamWhited opened this issue 5 years ago • 3 comments

If you download the tarball from the releases page and try to build the build fails because the build file for lora does not exist since the submodule isn't initialized.

SamWhited avatar Jan 06 '20 18:01 SamWhited

Ping

SamWhited avatar Jan 29 '20 19:01 SamWhited

@SamWhited you can get the submodules by running git submodule update --init --recursive

NathanBnm avatar May 01 '20 13:05 NathanBnm

@NathanBnm this is in the source tarball, there are no submodules because it's not a git repo.

SamWhited avatar May 01 '20 13:05 SamWhited