Closed hallonstedt closed 1 year ago
synapse
is now a submodule. Make sure you do git submodule update --init --recursive
after cloning the main repository.
Also, those scripts will not work as they still expect old makefiles to be in place. Instead, have a look at .github/build_windows.ps1
or just download the latest action artifact. :-)
Thank you!
I have no clue how to compile on windows so now I'm happy. It still says version 5.18.0 but the compiler versions are updated so I think we're good. You may want to add a version tag to indicate it's your artifact.
You may also want to mention there are pre-compiled versions under Actions / windows build in your README.md. To a novice, it's not obvious as we usually only look for published releases.
I will post them as releases once they're ready. This should still be considered pre-release even though, as you've noticed, the compilation is already done with newer FPC and Lazarus versions.
I may be doing this wrong but I am trying to compile the binary on Windows 10 x64. I unpack the files, successfully run install_deps.bat and then when I run make_setup.bat I get the following error:
Any suggestions on how to resolve this?