npth-config
replacement for GNU Pth using system threads (Windows dev)
Install
- All systems
-
curl cmd.cat/npth-config.sh
- Debian
-
apt-get install libnpth-mingw-w64-dev
- Ubuntu
-
apt-get install libnpth-mingw-w64-dev
- Alpine
-
apk add npth
- Arch Linux
-
pacman -S npth
- Kali Linux
-
apt-get install libnpth-mingw-w64-dev
- Fedora
-
dnf install npth-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libnpth-mingw-w64-dev
- OS X
-
brew install npth
- Raspbian
-
apt-get install libnpth-mingw-w64-dev
- Dockerfile
- dockerfile.run/npth-config
- Docker
-
docker run cmd.cat/npth-config npth-config
powered by Commando
libnpth-mingw-w64-dev
replacement for GNU Pth using system threads (Windows dev)
nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth it is based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. This is a Windows version of nPth. It's meant to be used when cross-building software that targets the Windows platform, e.g. the win32-loader component of Debian-Installer.
libnpth0-dev
headers for libnpth0
nPth is a non-preemptive threads implementation using an API very similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth it is based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth. This package contains the headers and static libraries for libnpth0.
npth-devel
Development files for npth
npth
nPth is a non-preemptive threads implementation using an API very
similar to the one known from GNU Pth. It has been designed as a replacement of GNU Pth for non-ancient operating systems. In contrast to GNU Pth is is based on the system's standard threads implementation. Thus nPth allows the use of libraries which are not compatible to GNU Pth.