Skip to content
Snippets Groups Projects
Commit 60c1660c authored by Taico Aerts's avatar Taico Aerts
Browse files

Update installation instructions

parent bf870ace
No related branches found
No related tags found
1 merge request!24Release 22-09-2022
...@@ -43,8 +43,7 @@ brew install mysql bison openssl mysql-client ...@@ -43,8 +43,7 @@ brew install mysql bison openssl mysql-client
bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)" bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
``` ```
QPixel development requires Ruby 2.7+. QPixel requires Ruby 2.7+.
For a production instance, Ruby 2.6+ is required (but 2.7+ is recommended).
### Install JS runtime ### Install JS runtime
...@@ -57,15 +56,13 @@ If you already have Node.JS installed, you can skip this step. If not, ...@@ -57,15 +56,13 @@ If you already have Node.JS installed, you can skip this step. If not,
If you haven't already got it, [download and install Redis](https://redis.io/download) If you haven't already got it, [download and install Redis](https://redis.io/download)
or for example `sudo apt install redis-server`. or for example `sudo apt install redis-server`.
### Install Imagemagick ### Install Libvips
If you haven't already installed Imagemagick, you'll need to [install it for If you haven't already installed Libvips, you'll need to [install it for
your system](https://imagemagick.org/script/download.php). your system](https://www.libvips.org/).
If you install Imagemagick from APT on a Debian-based system, you may need to To install libvips from APT on a Debian-based system, use
also install the `libmagickwand-dev` package. `sudo apt install libvips`
`sudo apt install libmagick++-dev` should also work.
## Install QPixel ## Install QPixel
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment