Skip to content

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

License

Notifications You must be signed in to change notification settings

RolandXD/libstpool

 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 91.9%
  • C++ 5.7%
  • Objective-C 2.1%
  • Makefile 0.3%