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

Add build support for 32 bits #39

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

Add build support for 32 bits #39

wants to merge 2 commits into from

Conversation

jschmidt42
Copy link
Member

@jschmidt42 jschmidt42 commented Nov 27, 2023

Add support to build a 32 bits version of Wallet.

Issue: #38

Build instructions

git clone [email protected]:wiimag/wallet.git

Using cmake

Generate solution

cmake --no-warn-unused-cli -DBUILD_ENABLE_BACKEND=ON -DBUILD_MAX_JOB_THREADS=4 -DBUILD_MAX_QUERY_THREADS=8 -S./ -B./projects/.build-win32 -G "Visual Studio 17 2022" -A Win32

Open the solution

start ./projects/.build-win32/wallet.sln

Build the solution

Build the Release/Win32 configuration

Using ./run

./run generate win32 build release

Then you can launch the executable ./build/wallet32.exe

@jschmidt42 jschmidt42 added this to the Version 1.0.0 milestone Nov 27, 2023
@jschmidt42 jschmidt42 self-assigned this Nov 27, 2023
@jschmidt42 jschmidt42 mentioned this pull request Nov 27, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant