Menu

Development

John Graham

If you want to get started developing Pthread Pool, you can do the following:

  1. Make sure you have autoconf, libtool and a C compiler/toolchain installed. On my Ubuntu I just had to do 'apt-get install libtool autoconf build-essential'.

  2. Get the latest source. If you don't have read-write access you can download the read-only source and get git to generate patches.

  3. Run './autogen.sh' from the source directory.

  4. Run the usual './configure && make && make install' (though I normally './configure --prefix=$(pwd)-install').

  5. Run the tests, just for sanity's sake, by doing 'make check'.

  6. You can run a distribution test (makes sure the library can rebuild itself) with 'make distcheck' - do this if you alter the build system by e.g. adding/removing files, playing with automake/autoconf etc.


Related

Wiki: Home

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.