Skip to content

Instantly share code, notes, and snippets.

View vipmorgana's full-sized avatar
:octocat:
I may be slow to respond.

vipmorgana

:octocat:
I may be slow to respond.
View GitHub Profile
@vipmorgana
vipmorgana / vueSetup.md
Created August 10, 2019 14:09 — forked from nerdenough/vueSetup.md
macOS Setup for Vue

macOS setup for Vue

Install macOS :P

Install Homebrew

Open terminal and run the follow command to install the latest version of Homebrew. This will also install the XCode utils if you don't have them already installed.

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

@vipmorgana
vipmorgana / build-ffmpeg0.7.sh
Created March 18, 2016 13:45 — forked from smileEvday/build-ffmpeg0.7.sh
FFmpeg 0.7 build script
#!/bin/sh
########################################################################
##################### copyright by smileEvday ##########################
##################### smileEvday.cnblogs.com ###########################
########################################################################
# FFMpeg,SDK版本号
VERSION="0.7.4"
SDKVERSION="6.1"