Skip to content

Commit

Permalink
Fix ncurses/sdl2 typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Sasanidas authored Nov 17, 2023
1 parent 02a399c commit f3e145d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/en/installation/sdl2/linux.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ weight: -20
#### Install SBCL and ncurses library
- Debian-like distro
```
sudo apt install sbcl libncurses5-dev build-essential libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
sudo apt install sbcl build-essential libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev
```

#### Install qlot
Expand All @@ -38,7 +38,7 @@ For an alternative installation, https://github.com/fukamachi/qlot#installation
mkdir $HOME/common-lisp
cd $HOME/common-lisp
git clone https://github.com/lem-project/lem.git
cd lem && make ncurses
cd lem && make sdl2
```

#### Add the executable to PATH
Expand Down

0 comments on commit f3e145d

Please sign in to comment.