diff --git a/Asahi.md b/Asahi.md index 6d6824e..3a74c97 100644 --- a/Asahi.md +++ b/Asahi.md @@ -69,9 +69,23 @@ locate filename Originally from https://github.com/meteor/meteor/pull/12160#issuecomment-1483260406 ``` +sudo npm -g install @mapbox/node-pre-gyp + +sudo npm -g install node-gyp + +cd + git clone https://github.com/meteor/meteor .meteor -cd meteor +cd .meteor +git checkout origin/release-2.12 +git merge remotes/origin/feature-linux-arm +time ./scripts/generate-dev-bundle.sh + +cd .. + +nano .bashrc +```