Glide can be installed in various ways. At it's heart it is a simple Java based command line application anda Gradle Plugin. To make glide command available, the path to bin directory of glide installation should be in your PATHenvironment variable.

Mac OS X, Linux or any other *Nix (including Cygwin)
Glide turns spreadsheets into beautiful, easy-to-use apps, without code. Pick a spreadsheet or start with a template, customize your app, then share it instantly with anyone. Start today for free! VideoGlide For Mac OS X allows you to use a variety of video devices to capture video and take screen shots under Mac OS X. Video can be captured at 640 x 480 at 29.97 frames per second for NTSC.
If you use an OS that flaunts a decent Terminal app with bash or zsh you can choose one of the following three methods:
Glide App For Mac Shortcut
Using SDKMAN!
If you have sdk installed, you are just this command away from glide:
Manually
Download the zip and extract it lets say in
~Add
~/glide-0.9.2/binto thePATHvariable using$ export PATH=$PATH:~/glide/install/bin
*exports should go in
.bash_profileor.bashrcor.zshrcwhichever is applicable in your case.
Windows
It's fairly straight forward to get glide running on Windows

Download the zip and extract it lets say in
C:Add the path to the bin to this directory to
PATHenvironment variable e.g.C:glide-0.3.3bin(make sure the pathis valid)
Verifying the Installation
Open a new Teminal (Command prompt) and verify installation using glide -v. If you see glide version, we are done.
Congratulations, you have installed glide
The first run of glide application usually takes long time because it downloads latest Google App Egnine SDK and other dependenciesso please grab a coffee and relax. Next run onwards, glide would start almost immediately.
Trust us, it is not at all that messy as one might think. In fact we recommend you use the source based mechanism toinstall glide.
Glide App For Macbook
Installer script
The best and easiest way to install glide from source is through the installer script:
This script should work on Mac OS X, Linux, and other *NIX Operating Systems. For Windows, either use this script fromCygwin / Git Bash or follow the windows specific steps documented below.
Copy and paste this into Terminal and update PATH environment variables with the path shown atthe end of the script's output.
You just need to have java and git on your machine (verify using java -version and git --version).
Manually:
If you want to do it all manually, it's still simple.
Mac OS X / Linux
Let's say we use dir
~/to carry out installationclone the git repo :
$ git clone git@github.com:kdabir/glide.gitcdinto the directory and install Glide using:$ cd glideand$ ./gradlew installDistfollow the on screen instructions to export
PATHopen a new teminal or source profile again.
$ glide -h
*exports should go in
.bash_profileor.bashrcor.zshrcwhichever is applicable in your case.Windows (with/without git)
let's say we use folder
C:to carry out installationOpen Command Prompt and clone the git repo
c:> git clone git@github.com:kdabir/glide.git.This should create a folder called
glideIf you don't have git installed, download glide's zip and unzip it.
cdinto cloned directoryC:> cd glideand install Glide usingC:glide> gradlew.bat installDistset the
PATHenvironment variable according to on-screen instructinsOpen a new Command Propmt and try
$ glide -h
FAQs
I already have App Engine SDK installed, can glide use that?
Sure, that's great. Just make sure you set the APPENGINE_HOME environment variable to point to the installation
About the App
- App name: glide
- App description: Simplified Go project management dependency management and vendoring
- App website: https://github.com/Masterminds/glide
Glide App For Android
Install the App
- Press
Command+Spaceand type Terminal and press enter/return key. - Run in Terminal app:
ruby -e '$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)' < /dev/null 2> /dev/null
and press enter/return key.
If the screen prompts you to enter a password, please enter your Mac's user password to continue. When you type the password, it won't be displayed on screen, but the system would accept it. So just type your password and press ENTER/RETURN key. Then wait for the command to finish. - Run:
brew install glide
Done! You can now use glide.