changelog shortlog graph tags branches changeset files revisions annotate raw help

Mercurial > org > docs / infra/quickstart.org

changeset 17: 2601788ab805
parent: 46fb6a10d2e1
child: b6889b8a2f83
author: Richard Westhaver <ellis@rwest.io>
date: Wed, 10 Jan 2024 19:02:43 -0500
permissions: -rw-r--r--
description: sub up
1 {{{header(infra/quickstart,
2 Richard Westhaver,
3 ellis@rwest.io,
4 Infra Quickstart Guide)}}}
5 #+property: header-args :dir /home/ellis/dev/comp/infra/
6 
7 - Dependencies
8  - Mercurial
9  - Make
10 
11 #+name: install-infra-dependencies
12 #+begin_src shell
13 sudo pacman -Sy make mercurial podman wayland
14 # emacs build dependencies
15 sudo pacman -Sy libvoikko librsvg imagemagick sysprof lldb
16 #+end_src