Skip to content

Repository files navigation

How to complie the project ?

WINDOWS:
	stpool_win_proj (vs2008)

LINUX/MAC
   ./configure --prefix=/usr
   make && make install

ARM
  ./configure --prefix=install-dir --host=cross-complier-
  make && make install

NDK(android)
   		./configure --prefix=install-dir --host=cross-complier-
   		make && make install

   Or
    	1. ./configure

		2. Modify the features.mk (Remove some feature MACROs if the NDK does not support them.  eg.-DHAVE_PTHREAD_ATTR_GETINHERITSCHED)

		3. ndk-build
  

About

libstpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.

Resources

Stars

3 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages