1
0
mirror of https://github.com/pumpitupdev/pumptools.git synced 2024-09-23 19:08:23 +02:00

Add some missing dependencies to the dev env setup readme part

This commit is contained in:
icex2 2023-03-02 19:23:39 +01:00
parent 65ceea5983
commit 6eb1307cce

View File

@ -7,12 +7,17 @@ This document covers various aspects of developing for pumptools. For developing
with the codebase and its features, definitely recommended to read this first.
## Development environment setup
Pumptools targets the Linux-based Piu games. Therefore, you need a 64-bit Linux distribution of
your choice.
Pumptools is written entirely in C and built using cmake. Various helper scripts are written as bash/shell scripts.
Therefore, you need the following tools on your development setup:
* gcc
* cmake
* make
* bash or compatible shell
* clang-format
Pumptools requires the following dependencies to be installed on your development OS:
* libcurl4 i386