]> git.ipfire.org Git - thirdparty/squid.git/blob - INSTALL
Make BodyPipe::MaxCapacity constexpr (#1748)
[thirdparty/squid.git] / INSTALL
1 /*
2 * Copyright (C) 1996-2023 The Squid Software Foundation and contributors
3 *
4 * Squid software is distributed under GPLv2+ license and includes
5 * contributions from numerous individuals and organizations.
6 * Please see the COPYING and CONTRIBUTORS files for details.
7 */
8
9 To build and install the Squid Cache, type:
10
11 % ./configure --prefix=/usr/local/squid
12 % make all
13 % make install
14
15 To run a Cache, you will need to:
16
17 1. customize the squid.conf configuration file:
18 % vi /usr/local/squid/etc/squid.conf
19
20 2. Initialise the cache:
21 % /usr/local/squid/sbin/squid -z
22
23 3. start the cache:
24 % /usr/local/squid/sbin/squid