Skip to content

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 git@github.com: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.

2 participants