Skip to content

Instantly share code, notes, and snippets.

@loranallensmith
Created December 13, 2016 15:25
Show Gist options
  • Save loranallensmith/b9a23a08b5b178347a6828c02d6bcc6d to your computer and use it in GitHub Desktop.
Save loranallensmith/b9a23a08b5b178347a6828c02d6bcc6d to your computer and use it in GitHub Desktop.
Install OTask 0.2.4 from Source

Building and Installing OTask from Source

Clone the repository

$ git clone https://github.com/ttscoff/OTask.git

Hop into the OTask directory

$ cd OTask

Build the gem from the gemspec file

$ gem build otask.gemspec

Note You may see a warning about a pessimistic dependency on rb-scpt. Everything should still build 🆗 though.

Install the built gem

$ gem install otask-0.2.4

Optional: Clean everything up

$ cd ..
$ rm -rf OTask
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment