DevSolar / pdclib

The Public Domain C Library
https://pdclib.rootdirectory.de
Creative Commons Zero v1.0 Universal
224 stars 41 forks source link

Compiling pdclib #11

Closed HexRoman closed 4 years ago

HexRoman commented 4 years ago

I'm using an Ubuntu Linux machine, and I want to compile pdclib both as a static library and as part of my project.

I'm having trouble to understand QuickStart.txt, and I'd be really happy to have some clarifications.

Compile all the source files in 'functions' into a library (static or shared, your choice).

What is the way to compile it?

Define _PDCLIB_BUILD

Where does this definition should be?

Thank you