我安装debian版本是debian-8.8.0-i386-netinst最小安装
首先去官网下载源代码 http://git.suckless.org/dwm
#安装x-window环境
$sudo apt-get install x-window-system-core
#安装xlib库
$sudo apt-get install libx11-devel
#安装freetype字体引擎
$sudo apt-get install libxft-dev
#Xinerama 是 Linux 下 X 窗口系统的扩展,用于支持多个显示器
$sudo apt-get install libxinerama-dev
最后编译 make clean install
执行
startx
dwm