Skip to content

Instantly share code, notes, and snippets.

@mattclements
Created June 22, 2013 21:15
Show Gist options
  • Save mattclements/5842643 to your computer and use it in GitHub Desktop.
Save mattclements/5842643 to your computer and use it in GitHub Desktop.
SM Install for Prepros
rm -Rf ~/.sm
curl -L https://raw.github.com/sm/sm/master/bin/sm-installer | sh
export PATH="$HOME/.sm/bin:$HOME/.sm/pkg/active/bin:$PATH"
sm ext install tokaidoapp tokaido/tokaido-build
sm tokaidoapp dependencies
sm tokaidoapp packages
sm tokaidoapp install
cd $HOME/.sm/pkg/versions/tokaidoapp/active/
./bin/gem install --version '= 3.2.9' sass --no-rdoc --no-ri
dyld: Symbol not found: _Init_encinit
Referenced from: /Users/matt/.prepros_build/osx/app.nw/ruby/bin/ruby
Expected in: flat namespace
in /Users/matt/.prepros_build/osx/app.nw/ruby/bin/ruby
./build-osx.sh: line 42: 31688 Trace/BPT trap: 5 ~/.prepros_build/osx/app.nw/ruby/bin/gem install --version '= 3.2.9' sass --no-rdoc --no-ri
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment