From 3cb317c291482afaad365ff8446808b22c0973f3 Mon Sep 17 00:00:00 2001 From: Lauri Ojansivu Date: Tue, 6 Jun 2023 23:50:59 +0300 Subject: [PATCH] Updated Asahi (markdown) --- Asahi.md | 16 +++++++++++++++- 1 file changed, 15 insertions(+), 1 deletion(-) 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 +```