ccmakedep
imake source code configuration and build system
Install
- All systems
-
curl cmd.cat/ccmakedep.sh
- Debian
-
apt-get install xutils-dev
- Ubuntu
-
apt-get install xutils-dev
- Alpine
-
apk add imake
- Arch Linux
-
pacman -S imake
- Kali Linux
-
apt-get install xutils-dev
- CentOS
-
yum install imake
- Fedora
-
dnf install imake
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install xutils-dev
- OS X
-
brew install imake
- Raspbian
-
apt-get install xutils-dev
- Dockerfile
- dockerfile.run/ccmakedep
- Docker
-
docker run cmd.cat/ccmakedep ccmakedep
powered by Commando
imake
imake source code configuration and build system
xutils-dev
X Window System utility programs for development
xutils-dev provides a set of utility programs shipped with the X Window System that do not require the X libraries; many of these programs are useful even on a system that does not have any X clients or X servers installed. The programs in this package include: - imake, a C preprocessor interface to the make utility; - lndir, a tool that creates a shadow directory of symbolic links to another directory tree; - makedepend, a tool to create dependencies in makefiles; - makeg, a tool for making debuggable executables. This package also contains xorg-macros.m4, a set of macros used in configure scripts of X.Org packages.