Rebuild autotool system
[construo.git] / INSTALL
blobab1afafd3faf7538bfee92a6af735cb78e9da848
1 Installing Construo
2 ===================
4 To compile Construo you should only need to do:
6  % ./configure
7  % make
9 The configure script should automatically detect which libraries will
10 be available and build the correct binaries. The OpenGL version of
11 construo is callect 'construo.glut' and the Xlib version is called
12 'construo.x11', simply run the target which you like better. You can
13 run Construo directory from its source directory, so there is no need
14 to install it, but if you want to do so, you can do it by:
16  % make install
18 # EOF #