BetterVoxel Docs

Setup

Installing the BetterVoxel Editor

Step-by-step guide on how to install the BetterVoxel Editor on Windows, Debian and Red Hat Linux distributions.

Installing BetterVoxel Editor

This is a step-by-step guide on how to install BetterVoxel Editor on Windows, Debian-based and Red Hat-based Linux distributions.

Windows installation

Step 1: Download the installer

Go to the Downloads page.

Check out the system requirements to ensure the Editor runs smoothly on your machine.

Step 2: Download the Package

Find the windows exe file and click on it to download.

Step 3: Install the Package

Open the download folder on your computer and double click on the bettervoxel installer file. Follow the installation steps.

Step 4: Launch BetterVoxel Editor

Once installed, you can run the BetterVoxel Editor. On the windows search bar, type "bettervoxel" and the editor should appears in the results. This will launch the BetterVoxel Editor. You can now start creating and editing voxel-based games !

Linux installation

Step 1: Go to the

Go to the Downloads page.

Check out the system requirements to ensure the Editor runs smoothly on your machine.

Step 2: Download the Package

  • For Debian-based distributions (e.g., Ubuntu), download the .deb package.
  • For Red Hat-based distributions (e.g., Fedora), download the .rpm package.

Step 3: Install the Package

For Debian-based Distributions:

  1. Open a terminal.
  2. Navigate to the directory where the .deb package is located.
  3. Run the following command to install the package:
sudo apt install ./bettervoxel-editor-version-vx.x.x.deb
  1. If any missing dependencies are reported, run:
sudo apt-get install -f

For Red Hat-based Distributions:

  1. Open a terminal.
  2. Navigate to the directory where the .rpm package is located.
  3. Run the following command to install the package:
sudo rpm install ./bettervoxel-editor-version-vx.x.x.rpm
  1. Check log messages during the installation to see if you need to install other packages.

Step 4: Launch the BetterVoxel Editor

Once installed, you can run the BetterVoxel Editor from the command line. Open a terminal and execute:

bettervoxel_editor

This will launch the BetterVoxel Editor. You can now start creating and editing voxel-based games !