Skip to content

Latest commit

 

History

History
35 lines (29 loc) · 567 Bytes

README.md

File metadata and controls

35 lines (29 loc) · 567 Bytes

C Package: building a display library using the CSFML.

C Package

Build

In order to build the example file:

sudo apt install libcsfml-dev
git clone https://github.com/selpp/packagec
cd PackageC
make

In order to build the shared object library:

sudo apt install libcsfml-dev
git clone https://github.com/selpp/packagec
cd PackageC
make lib

Usage

In order to run the example:

cd PackageC/build
./main

In order to use the shared object library:

make
make lib
BDL=./build/bdl.so python -m invader -r build/res