8000 GitHub - wgfxcu/libstpool: stpool是一个轻便高效的动态跨平台的线程池/任务池库.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

wgfxcu/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

stpool是一个轻便高效的动态跨平台的线程池/任务池库.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0