mirror of
https://github.com/amiwm/amiwm.git
synced 2026-04-14 11:04:18 +00:00
README and LICENSE fixes; deleted a few not needed files
This commit is contained in:
49
README.md
49
README.md
@@ -1,2 +1,49 @@
|
||||
# amiwm
|
||||
Amiga Workbench-like Window Manager for Xorg
|
||||
Amiga Workbench inspired window manager for Xorg.
|
||||
|
||||
## Getting started
|
||||
Before compiling, make sure that you have following packages installed:
|
||||
|
||||
```
|
||||
gcc make autoconf xorg xorg-xinit
|
||||
```
|
||||
|
||||
First, run configuration script:
|
||||
|
||||
```
|
||||
./configure
|
||||
```
|
||||
|
||||
After that, you can either edit the Makefile, or leave it as is. After that, compile and install amiwm using
|
||||
|
||||
```
|
||||
make
|
||||
sudo make install
|
||||
```
|
||||
|
||||
Hopefully, your compilation was succesfull - now you should have amiwm installed!
|
||||
|
||||
## Launching amiwm
|
||||
To launch amiwm, use
|
||||
|
||||
```
|
||||
startx amiwm
|
||||
```
|
||||
|
||||
Or add "amiwm" to your xinitrc file
|
||||
|
||||
## Configuration
|
||||
Configuration utility is not yet available; To configure amiwm, you'll need
|
||||
to create and edit .amiwmrc file in your home directory. To do so, read
|
||||
amiwm's manpage.
|
||||
|
||||
## Authors
|
||||
Originally created by **Marcus Comstedt**;
|
||||
Contributions by
|
||||
* Scott Lawrence
|
||||
* Nicolas Sipieter
|
||||
* redsPL.
|
||||
|
||||
## License
|
||||
This project is published under a custom license - see [LICENSE.md](LICENSE.md) for details.
|
||||
Amiga, AmigaOS and Workbench are registered trademarks of AMIGA International Inc.
|
||||
Reference in New Issue
Block a user