Added a note about the shared directory when compiling only a part of the package.
This commit is contained in:
@@ -72,21 +72,25 @@ And read the available options, especially --enable-drivers
|
|||||||
Run make to build the server and all clients
|
Run make to build the server and all clients
|
||||||
make
|
make
|
||||||
|
|
||||||
If you only want to compile the clients, you must first go to the
|
If you only want to compile the clients, you can omit to compile the
|
||||||
clients directory and then type make:
|
server:
|
||||||
cd clients
|
cd shared
|
||||||
make
|
make
|
||||||
|
cd ../clients
|
||||||
|
make
|
||||||
|
|
||||||
Similarly, if you only want to compile the server, you must first go
|
Similarly, if you only want to compile the server, you can omit to
|
||||||
to the server directory and then type make:
|
compile the clients:
|
||||||
cd server
|
cd shared
|
||||||
make
|
make
|
||||||
|
cd ../server
|
||||||
|
make
|
||||||
|
|
||||||
Depending on your system, LCDproc will build in a few seconds to a
|
Depending on your system, LCDproc will build in a few seconds to a
|
||||||
few minutes. It's not very big.
|
few minutes. It's not very big.
|
||||||
|
|
||||||
If you want, you can install it (if you're root) by typing:
|
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
|
This will install the binaries and the man pages in the directory you
|
||||||
specified in configure.
|
specified in configure.
|
||||||
|
|||||||
Reference in New Issue
Block a user