-
Notifications
You must be signed in to change notification settings - Fork 69
Windows
- Head over to http://rubyinstaller.org and get the latest Ruby.
- Install Ruby, making sure to indicate you add Ruby to your PATH
- Open up a Command Prompt (Start Menu, type
cmd) - Run
gem install squib -
cdto the directory of your choosing squib new hello-worldcd hello-worldruby deck.rb
The new version from rubyinstaller.org for the Ruby 2.4 series has a new set of C compilers built in (instead of DevKit). TODO finish this...
As of June 21, 2017, the Nokogiri Gem (a gem Squib uses to parse Excel files) has not updated properly to work with Ruby 2.4 on Windows.
They discuss how to fix this here: https://github.com/oneclick/rubyinstaller2/wiki/FAQ#user-content-update-install
For Ruby 2.3 and below you might have the option to use DevKit. You do not need to install DevKit to install Squib. If you want to hack on Squib, however, you will need DevKit to install its development dependencies.
I followed these instructions to get set up: https://gorails.com/setup/windows/10. I went with rbenv after giving up on rvm and its insanity.
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