Releases: ScintillatorSynth/Scintillator
v0.0.4 pre-alpha
Second pre-alpha, now including both MacOS and Linux binaries. The server binary is intended for installation in the /bin subdirectory inside the Scintillator Quark directory. Then follow the Quick Start section of the Scintillator User Guide to validate the binary is installed and working correctly.
MacOS
Download the scinsynth.app.zip file. Extract the zip, this can be done by double-clicking on the downloaded file. Then move the extracted scinsynth application into the /bin subdirectory.
Linux
Download the scinsynth-x86_64.AppImage file. Then move the file into the /bin subdirectory. You will need to mark the downloaded file as executable. This can be done using a graphical file interface, typically by editing the file properties, or on the command line using chmod
, something like:
chmod u+x <quark path>/bin/scinsynth-x86_64.AppImage
Where you replace <quark path>
with the actual path to the Scintillator Quark.