-
Notifications
You must be signed in to change notification settings - Fork 68
Linux
Olivier edited this page Aug 3, 2021
·
7 revisions
Do the regular gem install squib
and it should work.
If you have learned something about install Squib on Linux - hit that edit button and document it here for future Squibsters.
If your run into troubles, try install first some required packages.
For Debian-based distros, try the following (e.g. installing rake through gem install
):
sudo apt-get install build-essential
sudo apt-get install ruby
sudo apt-get install ruby-dev
sudo gem install rake
sudo gem install squib
Use the snippet inside a root shell
apt -y install build-essential ruby ruby-dev
gem install rake
gem install squib
For Arch-based distros, you might need to install ruby-rake
.
Install: Windows OSX Linux Cygwin
Getting Started
Important
Advanced Squibbing
- The Mighty text Method
- Layouts
- Manipulating PNGs
- Manipulating SVGs
- Vector back end
- Rendering both BW and Color
- Colors
- Configuration Options
Real Project Histories
Squiblets
- Category specific template text
- Combining Multiple Columns
- One Icon Per Location
- One Location, Multiple Icons
- Google Sheets
- Rake Rendering Modes
- Autoscale Fonts
- Marketing Materials
- Autobuild with Guardfiles
- Wireframing with an SVG Editor
- Front to Back Printing
- Versioning Practices
- Icon Library: FontAwesome
- Icon Library: GameIcons
- Combining Multiple Columns
- Combine Multiple CSV Files
- Switch card background or invert theme
Tools
Contributing