Updated Asahi (markdown)

Lauri Ojansivu 2023-06-06 23:48:41 +03:00
parent a2fa83d4b6
commit a9f0389700

@ -25,19 +25,53 @@ Server = http://eu.mirror.archlinuxarm.org/$arch/$repo
```
sudo pacman -Syuu
```
## Installing development software
## Development software
```
sudo pacman -S git unp zip unzip p7zip qemu-desktop virt-manager remmina libreoffice-fresh \
base-devel gimp inkscape keepassxc lazarus haxe zig godot nodejs-lts-fermium \
sqlite3 curl wget mlocate
base-devel gimp inkscape keepassxc lazarus haxe zig godot sqlite3 curl wget mlocate
```
base-devel is like build-essential on Debian.
## Node.js
Node.js 14.x version https://wiki.archlinux.org/title/node.js
```
mkdir repos
cd repos
git clone https://github.com/nvm-sh/nvm
cd nvm
./install.sh
```
Close and reopen terminal (like Konsole).
```
nvm install 14.21.3
nvm use 14.21.3
```
## Updating file locations
For package mlocate:
```
sudo updatedb
```
Finding file:
```
locate filename
```
## Installing Meteor.js on arm64
https://github.com/meteor/meteor/pull/12160#issuecomment-1483260406
Originally from https://github.com/meteor/meteor/pull/12160#issuecomment-1483260406
```
git clone https://github.com/meteor/meteor .meteor
cd meteor