Install the Logos Basecamp app#262
Conversation
| Before you start, make sure you have the following: | ||
|
|
||
| - Internet access. | ||
| - A supported OS: Linux x86_64 or aarch64 (tested on Ubuntu 22.04+), or macOS x86_64 or aarch64 (recent versions). |
There was a problem hiding this comment.
I don't see a macOS x86_64 dmg on the release page. Should macOS x86_64 be listed as a supported OS?
| 1. Run the resulting binary: | ||
|
|
||
| ```bash | ||
| ./result/bin/logos-basecamp |
There was a problem hiding this comment.
this is correct build output
| ./result/bin/logos-basecamp | |
| ./result/bin/LogosBasecamp |
| | Method | When to use it | Tooling required | | ||
| |:--|:--|:--| | ||
| | [Prebuilt release (AppImage or DMG)](#install-from-a-prebuilt-release) | End users | None | | ||
| | [Build from source with Nix](#build-and-run-logos-basecamp-from-source) | Contributors, custom builds, unsupported platforms | Nix with flakes enabled | |
There was a problem hiding this comment.
I would add somewhere that /etc/nix/config needs to be changed to have experimental-features = nix-command flakes as this is not trivial to understand from this text and hard to find for anyone not familiar with nix(many people)
| ## Install from a prebuilt release | ||
|
|
||
| 1. Go to the [latest release page](https://github.com/logos-co/logos-basecamp/releases/latest) and download the artifact for your OS: | ||
| - Linux: the `AppImage` files |
There was a problem hiding this comment.
I actually got into problems with AppImage on Ubuntu 24.04 with No suitable fusermount binary found and then libEGL.so.1 / libOpenGL.so.0 missing
what helped was to install sudo apt-get install -y fuse libegl1 libopengl0
so I am not sure of this claim (cc @iurimatias )
The journey "Build and run Logos App (alpha) to access Testnet v0.1 UIs" is split into two documents. The other pr is: #258