# ADWM ウィンドウマネージャー
IceWMと同じ開発者
DebianやUbuntuではパッケージ化されていない。
Ubuntu 18.04では
configure.ac:33: error: require Automake 1.16, but have 1.15.1
エラーになる。Automakeパッケージが古い!
## インストール on Debian sid
```sh
git clone https://github.com/bbidulock/adwm.git
cd adwm
./autogen.sh
./configure
time nice make
sudo porg -lD make install
```
※ インストールには porgツールを使っている
## 説明
man adwm
## テスト
sudo apt install xserver-xephyr
Xephyr :1 -ac -br -screen 800x480
または Xephyr :1 -ac -br -screen 800x600
DISPLAY=:1 adwm
## アンインストール
sudo porg -r adwm
IceWMと同じ開発者
DebianやUbuntuではパッケージ化されていない。
Ubuntu 18.04では
configure.ac:33: error: require Automake 1.16, but have 1.15.1
エラーになる。Automakeパッケージが古い!
## インストール on Debian sid
```sh
git clone https://github.com/bbidulock/adwm.git
cd adwm
./autogen.sh
./configure
time nice make
sudo porg -lD make install
```
※ インストールには porgツールを使っている
## 説明
man adwm
## テスト
sudo apt install xserver-xephyr
Xephyr :1 -ac -br -screen 800x480
または Xephyr :1 -ac -br -screen 800x600
DISPLAY=:1 adwm
## アンインストール
sudo porg -r adwm
0 件のコメント:
コメントを投稿