Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,11 @@ How do I use it?

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

autoconf, automake, bison, bzip2, cmake, doxygen, diffutils, flex,
g++/gcc-c++, gcc, git, gzip, libarchive, libcurl, libelf, libgpgme,
libssl, libtool, libusb-dev, m4, make, ncurses, patch, pkg-config,
python3, readline, subversion, tar, tcl, texinfo, unzip, wget, xz-utils
autoconf, automake, bison, bzip2, cmake, curl, doxygen, diffutils,
fakeroot, flex, g++/gcc-c++, gcc, git, gmp, gzip, libarchive,
libcurl, libelf, libgpgme, libssl, libtool, libusb-dev, m4, make,
mpc, mpfr, ncurses, patch, pkg-config, python3, python3-venv,
readline, subversion, tar, tcl, texinfo, unzip, wget, xz-utils

2. Set the PSPDEV and PATH environmental variables:

Expand Down
22 changes: 22 additions & 0 deletions scripts/012-psp-pacman.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
#!/bin/bash
# psp-pacman.sh by Wouter Wijsman (wwijsman@live.nl)

## clear CC and CXX
unset CC
unset CXX

## Exit on errors
set -e

## Download the source code.
clone_git_repo github.com pspdev psp-pacman

## Enter the source directory.
cd psp-pacman

## Build and install
./pacman.sh

## Install all available libraries
psp-pacman -Sy
psp-pacman -S --noconfirm $(psp-pacman -Slq)
18 changes: 0 additions & 18 deletions scripts/012-psplibraries.sh

This file was deleted.