Skip to content

Small C library for developing integrated programs for Ratchet Deadlocked PS2

License

Notifications You must be signed in to change notification settings

Dnawrkshp/libdl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libdl

Small C library for developing integrated programs for Ratchet Deadlocked PS2

Building

Building libdl requires an installation of the open source PS2SDK. I recommend using a prebuilt docker image.

Grab the latest ps2dev docker image

docker pull ps2dev/ps2dev

Clone and enter the repo

git clone https://github.com/Dnawrkshp/libdl.git && cd libdl

Launch a new docker container with the current directory mounted

docker run -it --rm -v "$PWD\:/src" ps2dev/ps2dev

Add make

apk add make

Enter mounted directory

cd src

Build

make

Installing

You can run make install to install the library into your local PS2SDK lib folder.

Testing

I have a few sample tests that make use of the library to do simple things. You can build these individually by cding into the target /test/ directory and running make

About

Small C library for developing integrated programs for Ratchet Deadlocked PS2

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages