summaryrefslogtreecommitdiff
path: root/README
blob: 3f669415a815465ffea66c045a83d3327b980b2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Xtoq - X.org Rootless Compositing Window Manager


Building
========

The xtoq project can be built using GNU autotools. 
From the top level directory, execute the commands:

$ ./autogen.sh
$ ./configure
$ make
$ make install

Note that 'make install' packages the application as a Cocoa app, so
it will create a directory named 'xtoq.app'. The actual executable is
copied into this directory.

For testing, the 'prefix' variable should be defined to be a directory
that the user has write access to. A call to configure would look
like:

$ ./configure -prefix=/some/local/dir

The 'make install' command will install the 'xtoq.app' directory into
the /bin directory inside of the prefix given above.