Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
M
mcwm
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
mcwm
Commits
8e344bc4
Commit
8e344bc4
authored
13 years ago
by
Michael Cardell Widerkrantz
Browse files
Options
Downloads
Patches
Plain Diff
Added section about compiling under Debian.
parent
2af78ff2
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README
+10
-1
10 additions, 1 deletion
README
with
10 additions
and
1 deletion
README
+
10
−
1
View file @
8e344bc4
...
@@ -4,7 +4,7 @@ This is a window manager for the X Window System written entirely with
...
@@ -4,7 +4,7 @@ This is a window manager for the X Window System written entirely with
XCB, the straight X protocol binding to the C language. It doesn't use
XCB, the straight X protocol binding to the C language. It doesn't use
libX11 at all.
libX11 at all.
It's a
minimalist
ic
, floating window manager. The only window
mcwm is a rather
minimalist, floating window manager. The only window
decoration is a thin border. All functions can be done with the
decoration is a thin border. All functions can be done with the
keyboard, but moving, resizing, raising and lowering can also be done
keyboard, but moving, resizing, raising and lowering can also be done
with the mouse.
with the mouse.
...
@@ -14,6 +14,15 @@ look in the config.h file, change and recompile.
...
@@ -14,6 +14,15 @@ look in the config.h file, change and recompile.
See the manual page for how to use it.
See the manual page for how to use it.
== Compiling ==
As distributed mcwm compiles fine under FreeBSD. If you want to
compile mcwm under Debian-derived GNU/Linux systems you will need
these packages and their dependencies: libxcb1-dev, libxcb-atom1-dev,
libxcb-keysyms1-dev, libxcb-icccm1-dev, libxcb-randr0-dev.
Other system are likely to have similar requirements.
== More information & Contact ==
== More information & Contact ==
Please see:
Please see:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment