C Package: building a display library using the CSFML.
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
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