Skip to content

Commit 541b460

Browse files
authored
Use same dependencies as docker container in alphabetic order (#114)
Update dependencies for pacman
1 parent 868592d commit 541b460

File tree

2 files changed

+6
-12
lines changed

2 files changed

+6
-12
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ How do I use it?
88

99
1. Set up your environment by installing the following software:
1010

11-
autoconf, automake, bison, bzip2, flex, gcc, g++/gcc-c++, gzip, libusb-dev, make, ncurses, patch, readline, subversion, texinfo, xz-utils, wget, libelf, git
11+
autoconf, automake, bison, bzip2, cmake, doxygen, flex, g++/gcc-c++, gcc, git, gzip, libarchive, libcurl, libelf, libssl, libusb-dev, make, ncurses, patch, pkg-config, python3, readline, subversion, tar, texinfo, unzip, wget, xz-utils
1212

1313
2. Set the PSPDEV and PATH environmental variables:
1414

prepare-debian-ubuntu.sh

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,8 @@
11
#!/bin/bash
22

33
# Install build dependencies
4-
sudo apt-get install $@ g++ build-essential autoconf automake cmake doxygen \
5-
bison flex libncurses5-dev libsdl1.2-dev libreadline-dev libusb-dev texinfo \
6-
libelf-dev libfreetype6-dev zlib1g-dev libtool libtool-bin subversion git \
7-
tcl wget unzip bzip2 gzip xz-utils
8-
9-
# Make `/bin/sh` an alias for `/bin/bash` instead of `/bin/dash` - which is
10-
# faster, but doesn't play nice with some autotools scripts in psp-ports.
11-
# The `sudo true` is to make sure we don't pipe into a `sudo` password prompt
12-
# instead of the intended program.
13-
sudo true; echo "dash dash/sh boolean false" | sudo debconf-set-selections
14-
sudo dpkg-reconfigure --frontend=noninteractive dash
4+
sudo apt-get install $@ \
5+
autoconf automake bison bzip2 cmake doxygen flex g++ gcc git gzip \
6+
libarchive-dev libcurl4-openssl-dev libelf-dev libncurses5-dev \
7+
libreadline-dev libssl-dev libtool-bin libusb-dev make patch pkg-config \
8+
python3 python3-venv subversion tar tcl texinfo unzip wget xz-utils

0 commit comments

Comments
 (0)