Skip to content

Conversation

@nikw9944
Copy link
Contributor

@nikw9944 nikw9944 commented Jan 12, 2026

Summary of Changes

  • client: add make install make target
  • This allows the client to be easily installed after building from source rather than using the .deb package
  • Updated "Building From Source" section of client/INSTALL.md
  • Currently only supports Ubuntu 22.04 and 24.04.
  • To build and install from source users can run the following commands from the top level of the doublezero repo.
cd client
make build
make install
  • Building the client on Ubuntu for the first time? Install prerequisites first:
    1. Ubuntu packages: sudo apt install libssl-dev pkg-config
    2. Install Rust - https://rust-lang.org
    3. Install Go - https://go.dev
  • Also removed redundant unused build target

Testing Verification

  • Manual testing

@nikw9944 nikw9944 self-assigned this Jan 12, 2026
@nikw9944 nikw9944 linked an issue Jan 12, 2026 that may be closed by this pull request
@nikw9944 nikw9944 marked this pull request as ready for review January 12, 2026 20:47
@nikw9944 nikw9944 requested a review from snormore January 12, 2026 20:49
@nikw9944 nikw9944 enabled auto-merge (squash) January 14, 2026 18:32
@nikw9944 nikw9944 merged commit b907549 into main Jan 15, 2026
21 checks passed
@nikw9944 nikw9944 deleted the nikw/2591 branch January 15, 2026 01:48
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

Successfully merging this pull request may close these issues.

Add make install command to enable local builds for validators

3 participants