Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Q
Qpixel
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
EIP
Answers
Qpixel
Commits
60c1660c
Commit
60c1660c
authored
Sep 12, 2022
by
Taico Aerts
Browse files
Options
Downloads
Patches
Plain Diff
Update installation instructions
parent
bf870ace
Loading
Loading
1 merge request
!24
Release 22-09-2022
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
INSTALLATION.md
+6
-9
6 additions, 9 deletions
INSTALLATION.md
with
6 additions
and
9 deletions
INSTALLATION.md
+
6
−
9
View file @
60c1660c
...
...
@@ -43,8 +43,7 @@ brew install mysql bison openssl mysql-client
bundle config --global build.mysql2 --with-opt-dir="$(brew --prefix openssl)"
```
QPixel development requires Ruby 2.7+.
For a production instance, Ruby 2.6+ is required (but 2.7+ is recommended).
QPixel requires Ruby 2.7+.
### Install JS runtime
...
...
@@ -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
)
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
your system
](
https://
imagemagick.org/script/download.php
)
.
If you haven't already installed
Libvips
, you'll need to
[
install it for
your system
](
https://
www.libvips.org/
)
.
If you install Imagemagick from APT on a Debian-based system, you may need to
also install the
`libmagickwand-dev`
package.
`sudo apt install libmagick++-dev`
should also work.
To install libvips from APT on a Debian-based system, use
`sudo apt install libvips`
## Install QPixel
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment