-
Notifications
You must be signed in to change notification settings - Fork 5
libstpool is a portable and efficient tasks pool library, it can work on diferent platforms such as Windows, linux, unix and ARM.
License
ljx0305/libstpool
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
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 0
No packages published