File: INSTALL.solaris

package info (click to toggle)
apt-cacher-ng 0.8.0-3~bpo70%2B2
  • links: PTS
  • area: main
  • in suites: wheezy-backports
  • size: 1,816 kB
  • sloc: cpp: 14,742; ansic: 462; perl: 376; sh: 357; makefile: 92
file content (23 lines) | stat: -rw-r--r-- 910 bytes parent folder | download | duplicates (14)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23

INSTALLATION
------------

 (Tested on Solaris 11)

 - Use package manager, install (unless already installed): cmake, gcc, bzip2,
   gnu-make and subversion (optional)
 - Change to apt-cacher-ng main source directory
 - Get Boost headers. 
   + method a: Download recent boost release tarball, unpack (gtar -zxvf
     boost*tar.gz), move the "boost" directory from its main source directory to
     the current directory (or create a symlink)
   + method b: Run:
     "svn co http://svn.boost.org/svn/boost/tags/release/Boost_1_45_0/boost"
 - Run "gmake". On errors, read the message, solve the problem, run "make
   clean" and retry.
 
 - Refer to the INSTALL file (Configuration section) for further instructions to complete the installation

 - (optional) Find out how to improve this documentation and send some hints to the author

 -- Eduard Bloch <blade@debian.org> -- Tue, 15 Feb 2011 23:10:06 +0100