xbase-config
XBase development libraries and headers
Install
- All systems
-
curl cmd.cat/xbase-config.sh
- Debian
-
apt-get install libxbase2.0-dev
- Ubuntu
-
apt-get install libxbase2.0-dev
- Fedora
-
dnf install xbase-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libxbase2.0-dev
- Raspbian
-
apt-get install libxbase2.0-dev
- Dockerfile
- dockerfile.run/xbase-config
xbase-devel
XBase development libraries and headers
libxbase2.0-dev
xbase compatible C++ class library (development files)
Xbase (formerly known as xdb, also formerly known as xBase) is a collection of specifiations, programs, utilities and a C++ class library for manipulating Xbase type datafiles and indices. Xbase is useful for accessing data in legacy dBase 3 and 4 database files as well as a general light-weight database engine. It includes support for DBF (dBase version 3 and 4) data files, NDX and NTX indexes, and DBT (dBase version 3 and 4). It supports file and record locking under *nix OS's. This package contains development files for Xbase and documentation distributed with Xbase.