1
0
mirror of https://github.com/pumpitupdev/pumptools.git synced 2024-11-23 22:50:56 +01: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. with the codebase and its features, definitely recommended to read this first.
## Development environment setup ## 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. 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: Therefore, you need the following tools on your development setup:
* gcc * gcc
* cmake * cmake
* make * make
* bash or compatible shell * bash or compatible shell
* clang-format
Pumptools requires the following dependencies to be installed on your development OS: Pumptools requires the following dependencies to be installed on your development OS:
* libcurl4 i386 * libcurl4 i386