Make sure everything is up to date.
2. Install Xcode and its "Command Line Tools"
- Go to App Store and install Xcode.
- Open and accept the terms
Make sure everything is up to date.
/* | |
* jQuery Plugin: Tokenizing Autocomplete Text Entry | |
* Version 1.6.0 | |
* | |
* Copyright (c) 2009 James Smith (http://loopj.com) | |
* Licensed jointly under the GPL and MIT licenses, | |
* choose which one suits your project best! | |
* | |
*/ |
ul.token-input-list-facebook { | |
overflow: hidden; | |
height: auto !important; | |
height: 30px; | |
max-width: 400px; | |
border: 1px solid #8496ba; | |
cursor: text; | |
font-size: 12px; | |
font-family: Verdana; | |
min-height: 1px; |
%define _prefix /opt/ruby-1.9.2p290 | |
%define _localstatedir /opt/ruby-1.9.2p290/var | |
%define _mandir /opt/ruby-1.9.2p290/man | |
%define _infodir /opt/ruby-1.9.2p290/share/info | |
%define rubyver 1.9.2 | |
%define rubyminorver p290 | |
Name: ruby%{rubyver}%{rubyminorver} | |
Version: %{rubyver}%{rubyminorver} |