Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple build issues #16

Open
tjayz opened this issue Jan 11, 2024 · 0 comments
Open

Multiple build issues #16

tjayz opened this issue Jan 11, 2024 · 0 comments

Comments

@tjayz
Copy link

tjayz commented Jan 11, 2024

qt.mk line 3 change to:
$(package)_download_path=https://download.qt.io/new_archive/qt/5.9/5.9.7/submodules/

zlib.mk line 3 change to:
$(package)_download_path=https://www.zlib.net/fossils/

At some point boost dl path had an issue for me and had to resort to changing line 3 boost.mk to:
$(package)_download_path=https://sourceforge.net/projects/boost/files/boost/1.70.0/

If compiling native in linux with qt enabled. per build-unix-deb.md line 29, those libraries will result in failed build. Need to build dependencies per /depends/readme.md and build with -DCMAKE_TOOLCHAIN_FILE=../cmake/platforms/Linux64.cmake.

To cross compile to windows, per build-windows.md lines 100/101, I had to build under win32 with ~10 failed builds till nothing new could be compiled via the win32 threads before switching to posix, wherein depending on the options selected, you may fail several times as well before succeeding with all the .exes.

Also, per build-windows.md line 138 I believe the following should be added:
-DBUILD_RADIANT_WALLET=ON -DBUILD_RADIANT_TX=ON -DBUILD_RADIANT_CLI=ON

I hope this information helps others.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant