Add a README
This commit is contained in:
parent
261462cfa8
commit
7b282d8660
14
README.md
Normal file
14
README.md
Normal file
@ -0,0 +1,14 @@
|
||||
# とある Compositor (Cairo version)
|
||||
|
||||
This is a window compositor for [とあるOS](http://github.com/klange/osdev) using Cairo.
|
||||
|
||||
The normal compositor that ships with とあるOS uses a built-in alpha blitting mechanism. This one uses Cairo's rendering methods to draw windows, which is faster for alpha-enabled windows than the standard compositor, but slightly slower for non-alpha windows (as they are rendered as alpha-enabled regardless).
|
||||
|
||||
As with other external-library applications, clone those into your `osdev` repository, build its dependencies (Cairo, Pixman, etc.), run `make` and then `make clean-disk && make` in `osdev`.
|
||||
|
||||
|
||||
## Dependencies
|
||||
|
||||
Obviously, this needs Cairo. You may need to tweak some config.h options to get Cairo to build correctly.
|
||||
|
||||
Eventually, Cairo will be included in the standard toolchain.
|
Loading…
Reference in New Issue
Block a user