Skip to content

Commit

Permalink
Merge pull request #60 from neilt/refactoring-2023-11
Browse files Browse the repository at this point in the history
Fix instructions for testing on Ubuntu
  • Loading branch information
neilt authored Nov 21, 2023
2 parents bf8c6cc + 843d1fa commit b085e0a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions scripts/development-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ Collected notes about development in this repository.

## Local Test Environment

Using `ubuntu-20.04.6-live-server-amd64.iso` as the base run the following:
Using `ubuntu-22.04.3-live-server-amd64.iso` as the base run the following:

```bash
```bash
#!/bin/bash
set -e
set -x
Expand All @@ -15,10 +15,11 @@ set -x
sudo apt update
sudo apt -y upgrade

# These installs are from the book github action, which should always be consulted for changes.
# From the book github action, which should always be consulted for changes.
# https://github.com/ehuelsmann/ledgersmb-book/blob/master/.github/workflows/typeset.yml
sudo apt-get install -y gcc make cpanminus libxslt1-dev libxml-libxml-perl
sudo apt-get install -y texlive-latex-extra texlive-fonts-recommended libxml-perl latexml
sudo cpanm --notest LaTeXML

# For local-build.sh
sudo apt-get install -y latexmk
Expand Down

0 comments on commit b085e0a

Please sign in to comment.