From 9d1f42402818772ea5071cb6004a8f42711e53f2 Mon Sep 17 00:00:00 2001 From: gfk Date: Sun, 23 Dec 2001 22:05:51 +0000 Subject: [PATCH] Added a note about the shared directory when compiling only a part of the package. --- INSTALL | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/INSTALL b/INSTALL index 577d3da..92eca54 100644 --- a/INSTALL +++ b/INSTALL @@ -72,21 +72,25 @@ And read the available options, especially --enable-drivers Run make to build the server and all clients make -If you only want to compile the clients, you must first go to the -clients directory and then type make: - cd clients - make +If you only want to compile the clients, you can omit to compile the +server: + cd shared + make + cd ../clients + make -Similarly, if you only want to compile the server, you must first go -to the server directory and then type make: - cd server - make +Similarly, if you only want to compile the server, you can omit to +compile the clients: + cd shared + make + cd ../server + make Depending on your system, LCDproc will build in a few seconds to a few minutes. It's not very big. If you want, you can install it (if you're root) by typing: - make install + make install This will install the binaries and the man pages in the directory you specified in configure.