mikeymicrophone / little_hippie

2 stars 2 forks source link

install technique on M1 #10

Open mikeymicrophone opened 2 years ago

mikeymicrophone commented 2 years ago

Here are some steps I took to get the app installed.

rbenv rehash
brew uninstall python@2 --ignore-dependencies
brew install shared-mime-info  
gem install bundler -v '~> 1.0'  
gem install bcrypt-ruby -v '3.0.1' -- --with-cflags=-Wno-implicit-function-declaration  
gem install nokogiri:1.6.6.2 -- --use-system-libraries  
bundle _1.17.3_ update nokogiri json ffi mysql2 pg

https://stackoverflow.com/questions/69248078/mimemagic-install-error-could-not-find-mime-type-database-in-the-following-loc https://makandracards.com/makandra/9741-run-specific-version-of-bundler https://stackoverflow.com/questions/68908496/failed-to-build-gem-native-extension-when-installing-bcrypt-ruby-gem http://grantcss.com/blog/2021/10/27/install-ruby-2-dot-2-m1-pro/

https://stackoverflow.com/questions/60226893/rails-nomethoderror-undefined-method-new-for-bigdecimalclass#comment112054604_60491254