Skip to content

0.3.2 (beta)

Pre-release
Pre-release
Compare
Choose a tag to compare
@cadebrown cadebrown released this 27 Jun 00:48

More OpenCL support (64 + 32 bit), error handling, and better device selection.

Install

macOS

Just download this: fractalrender-0.3.2-macosx-x86_64.tar.gz.

Open a terminal in the folder that is created, and then run ./fractalrender -h for help.

Linux

If you are on Linux with a x86_64 processor, you can download a binary build here. If you have some other arch, see How To Build.

You can download the x86_64 binary.

If that gives you errors related to OpenCL, then you likely don't have OpenCL installed. Either install it, and rerun the program, or you can download the no-OpenCL version x86_64 binary.

How To Build

You will need to install (cargs)[chemicaldevelopment.us/cargs/#/installing].

Download source (tar.gz, zip)

Now, unzip/untar the source, and inside the folder, run ./configure && make && make install to build and install.

You can run ./configure --help to view additional options, or view our installing documentation.