Author Topic: Blackvoxel 2.1 Mac Os Port is out  (Read 4765 times)

Enigma

  • Administrator
  • Jr. Member
  • *****
  • Posts: 68
    • View Profile
Blackvoxel 2.1 Mac Os Port is out
« on: June 18, 2017, 03:08:08 am »
The Blackvoxel Team is proud to announce Blackvoxel V2.1 : now compatible with MacOsX.

All thanks of the team goes to Joshua Olson, the contributor who made this port.

This first experimental version is released in source code form.

To run blackvoxel on MacOs, go to the Blackvoxel Github and follow the instructions.
  • Open a terminal
  • Execute `xcode-select --install` if you don't have Xcode's command line tools.
  • For the GLEW and SDL dependencies, make sure Homebrew is installed.
  • `brew install glew sdl`
  • Download the Blackvoxel source tarball (or zip file) here and extract it to somewhere in your home directory
  • Use something like `cd blackvoxel_source*` to open your terminal to the root of your Blackvoxel source folder.
  • `make`
  • `./blackvoxel`
Once this is done the first time, you will then only have to repeat steps 1, 6 and 8 to launch Blackvoxel.

Report any difficulties in the Troubleshooting and bug reports section in this forum.

The Blackvoxel Team