Skip to content

jienimi/libstpool

 
 

Repository files navigation

How to complier the project ?

WINDOWS:
	stpool_win_proj (vs2008)

LINUX:
	.Configure the env in the features.mk
     (
	 	OS_TYPE = LINUX
		...
	 )
  
	. make clean; make all

NDK:
  .Configure the env in the features.mk
     (
	 	OS_TYPE = NDK
		...
	 )
  
  .ndk-build


MAC:
   .Configure the env in the features.mk
     (
	 	OS_TYPE = OSX
		...
	)
   
   . make clean; make all
  

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

  • Makefile 69.4%
  • C 29.8%
  • C++ 0.8%