- 使用者可以登入 / 登出
- 使用者可以使用 Facebook 登入 https://github.com/xdite/auto-facebook
#Install opencv MacOSX Mavericks
- fire up xcode - to insure that command line tools are there.
- xcode-select --install (older OS?)
- https://developer.apple.com/downloads/index.action# (you need an apple developer account, use your apple id)
- brew update
- brew tap homebrew/science
Cloning into '/usr/local/Library/Taps/homebrew-science'... remote: Reusing existing pack: 3765, done.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# encoding: UTF-8 | |
require 'optparse' | |
require 'net/http' | |
require 'json' | |
def parse_options(argv) | |
opts = {} | |
@parser = OptionParser.new do |o| |
For reference: http://postgis.net/install
The most reliable way to get PostGIS on OSX is to download and install Postgres.app. Great for development and testing. Do not mix with other installations. Select the extension when prompted.
聲明: 此並非爲官方聲明。我並非爲 io.js 官方代表,如果有任何問題,歡迎在 node-forward
一起討論
OlderNewer