Created
June 22, 2013 21:15
-
-
Save mattclements/5842643 to your computer and use it in GitHub Desktop.
SM Install for Prepros
This file contains 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
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 |
This file contains 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
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