Xmd/INSTALL.md

36 lines
540 B
Markdown
Raw Normal View History

2023-11-03 15:59:24 -06:00
# Installing
## Dependencies
- Xlib
- Xt
- Motif
- A C compiler
2023-11-03 16:10:33 -06:00
- brightnessctl (for xmbrightness)
2023-11-03 15:59:24 -06:00
Installing via APK:
2023-11-03 16:05:04 -06:00
```
2023-11-03 15:59:24 -06:00
# apk add libx11 libx11-dev libxt libxt-dev motif motif-dev clang
```
## libXmd
Before building any of the applications you will need to build libXmd, which
contains code common to most of them:
```
# cd libXmd
# ./build.sh install
```
## Individual applications
Individual applications can be installed using `./build.sh` in their respective
subdirectories:
```
# cd <application>
# ./build.sh install
```