Skip to content

selpp/packagec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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